Difference between revisions of "Template:NTNU Trondheim/CSS/global"

(Changed background (colloring))
Line 6: Line 6:
 
}
 
}
 
body {
 
body {
     background: url("https://static.igem.org/mediawiki/2017/1/1a/T--NTNU_Trondheim--Phage_space_sides4.jpg") repeat-y fixed;
+
     background: url("https://static.igem.org/mediawiki/2017/2/2e/T--NTNU_Trondheim--Phage_space_sides5%28blue%29.jpg") repeat-y fixed;
 
     background-size: 100%;
 
     background-size: 100%;
 
     height: 100%;
 
     height: 100%;

Revision as of 14:59, 27 July 2017

  • {
   margin: 0;
   border: 0;
   padding: 0;
   font-family: 'Open Sans', sans-serif;

} body {

   background: url("T--NTNU_Trondheim--Phage_space_sides5%28blue%29.jpg") repeat-y fixed;
   background-size: 100%;
   height: 100%;
   margin: 0 auto;

} html{

   align-content: center;

}

h1,h2,h3,h4,h5,h6{

   font-family: 'Arial', serif;
   font-size: 2em;

}

p{

   font-size: 1em;

}