Difference between revisions of "Team:Exeter/stylesheet.css"

Line 7: Line 7:
 
}
 
}
  
li {
+
.nav li {
 +
display: inline;
 
  text-decoration: none;
 
  text-decoration: none;
 
  font-size: 30px;
 
  font-size: 30px;
Line 13: Line 14:
 
}
 
}
  
.nav li {
+
.tail li {
 
  display: inline;
 
  display: inline;
 +
text-decoration: none;
 +
font-size: 30px;
 +
font-family: Impact, serif;
 
}
 
}
  

Revision as of 14:26, 8 June 2015

body {

background: #fff;

}

ul {

align: center;

}

.nav li {

display: inline;
text-decoration: none;
font-size: 30px;
font-family: Impact, serif;

}

.tail li {

display: inline;
text-decoration: none;
font-size: 30px;
font-family: Impact, serif;

}

.tail {

clear: both;
align: center;

}