Difference between revisions of "Template:Hamilton McMaster"

 
(4 intermediate revisions by the same user not shown)
Line 67: Line 67:
 
/* Creates the container for the menu */
 
/* Creates the container for the menu */
 
#menuContainer  {  
 
#menuContainer  {  
//float:left;
+
//float:right;
 
                                 display: inline-block;
 
                                 display: inline-block;
 
                                 text-align: center;
 
                                 text-align: center;
Line 76: Line 76:
 
//border-bottom: 10px solid #565656;
 
//border-bottom: 10px solid #565656;
 
background-color: #568F3F;
 
background-color: #568F3F;
 +
                                margin: 0 auto;
 
}
 
}
  
Line 92: Line 93:
 
font-family: 'Open Sans', sans-serif;
 
font-family: 'Open Sans', sans-serif;
 
//font-family: "Trebuchet MS", Helvetica, serif;
 
//font-family: "Trebuchet MS", Helvetica, serif;
 +
 
}
 
}
  
Line 279: Line 281:
 
                         nav ul li { display: inline; }
 
                         nav ul li { display: inline; }
 
                         nav ul li a img { width: 50px; height: 50px; }
 
                         nav ul li a img { width: 50px; height: 50px; }
@keyframes cycle{
 
  0%{
 
    background:red;
 
  }
 
  50%{
 
    background:blue;
 
  }
 
}
 
p{
 
  display:block;
 
  background:red;
 
  width:100px;
 
  height:100px;
 
  text-align:center;
 
  line-height:100px;
 
  color:#fff;
 
  font-size:1em;
 
  font-family:sans-serif;
 
  animation:cycle 10s infinite;
 
}
 
  
 
</style>
 
</style>

Latest revision as of 14:25, 18 September 2015