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

Line 8: Line 8:
 
     width: 100%;
 
     width: 100%;
 
     background-color: transparent;
 
     background-color: transparent;
 +
    height: 100%;
 
}
 
}
  

Revision as of 14:30, 30 June 2017

div#top_title{

    display: none;
}

div#content{

   margin: 0 auto;
   padding: 0;
   width: 100%;
   background-color: transparent;
   height: 100%;

}

div#globalWrapper{

   align-content: center;
   padding: 0;

}