Difference between revisions of "Team:elan vital korea"

Line 25: Line 25:
  
  
/*Change the styling of text for everything inside main container*/
 
#mainContainer p {
 
font-family: "Arial", Helvetica, sans-serif;
 
font-size: 12px;
 
color: #0e232f;
 
}
 
 
/*This changes the color and font family */
 
#contentContainer h1, h2, h3, h4, h5, h6 {
 
font-family: "Arial", Helvetica, sans-serif;
 
color: #0e232f;
 
border-bottom: none;
 
font-weight: bold;
 
text-transform: uppercase;
 
}
 
 
/*Style of the links - links are different inside the menu */
 
#contentContainer a {
 
font-weight: bold;
 
color: #ee3e53;
 
}
 
 
  /* Styling links on hover- links are different inside the menu */
 
#contentContainer a:hover{
 
color: #f4b248;
 
}
 
  
 
/*Change the styling of tables */
 
/*Change the styling of tables */

Revision as of 10:58, 26 August 2015