Difference between revisions of "Template:NTNU Trondheim/CSS/unfkup code"

(Created page with "div#top_title{ display: none; } div#content{ } div#globalWrapper{ align-content: center; }")
 
Line 4: Line 4:
  
 
div#content{
 
div#content{
 
+
    margin: 0 auto;
 +
    padding: 0;
 +
    width: 100%;
 
}
 
}
  

Revision as of 14:19, 30 June 2017

div#top_title{

   display: none;

}

div#content{

   margin: 0 auto;
   padding: 0;
   width: 100%;

}

div#globalWrapper{

   align-content: center;

}