Difference between revisions of "Template:Lund/CSS"

Line 71: Line 71:
 
   margin: 0;
 
   margin: 0;
 
   padding: 0;
 
   padding: 0;
  background: linear-gradient(to bottom right, #4C63AE, #88FFFF);
 
  background-attachment: fixed;
 
 
   font-family: 'Source Sans Pro', sans-serif;
 
   font-family: 'Source Sans Pro', sans-serif;
 
}
 
}
Line 82: Line 80:
 
/******************** HEADER ********************/
 
/******************** HEADER ********************/
 
/* Header navigation */
 
/* Header navigation */
 +
header {
 +
  background: linear-gradient(to bottom right, #4C63AE, #88FFFF);
 +
  background-attachment: fixed;
 +
}
 +
 
#nav-wrapper {
 
#nav-wrapper {
 
   width: 1200px;
 
   width: 1200px;

Revision as of 19:20, 26 September 2018