Difference between revisions of "Template:Manchester/CSS"

m
Line 1: Line 1:
<!DOCTYPE html>
+
 
 
<html>
 
<html>
 
<head>
 
<head>
Line 5: Line 5:
 
body {margin:0;}
 
body {margin:0;}
  
ul {
+
ull {
    list-style-type: none;
+
     margin: -15px;
     margin: 0;
+
    padding: 0;
+
 
     overflow: hidden;
 
     overflow: hidden;
 
     background-color: #333;
 
     background-color: #333;
 
     position: fixed;
 
     position: fixed;
     top: 0;
+
     top: 33px;
 
     width: 100%;
 
     width: 100%;
 
}
 
}
  
li {
+
lli {
 
     float: left;
 
     float: left;
 
}
 
}
  
li a {
+
lli a {
 
     display: block;
 
     display: block;
 
     color: white;
 
     color: white;
Line 28: Line 26:
 
}
 
}
  
li a:hover:not(.active) {
+
lli a:hover:not(.active) {
 
     background-color: #111;
 
     background-color: #111;
 
}
 
}
Line 39: Line 37:
 
<body>
 
<body>
  
<ul>
+
<ull>
   <li><a class="active" href="#home">Home</a></li>
+
   <lli><a class="active" href="#home">Home</a></lli>
   <li><a href="#news">News</a></li>
+
   <lli><a href="#news">News</a></lli>
   <li><a href="#contact">Contact</a></li>
+
   <lli><a href="#contact">Contact</a></lli>
   <li><a href="#about">About</a></li>
+
   <lli><a href="#about">About</a></lli>
</ul>
+
</ull>
  
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 12:45, 14 June 2016

Home News Contact About