Difference between revisions of "Template:Example"

Line 42: Line 42:
 
/* button on top of the page that takes you back to home */
 
/* button on top of the page that takes you back to home */
 
.team_home {  
 
.team_home {  
padding: 35px 15px;
+
 
font-size:18px;
+
font-weight:bold;
+
border-bottom: 1px solid #d2d2d2;
+
background-color: #32ddb5;
+
cursor: pointer;
+
 
}
 
}
  
Line 54: Line 49:
 
text-overflow: clip;  
 
text-overflow: clip;  
 
color:#000000;
 
color:#000000;
 +
padding: 35px 15px;
 +
font-size:18px;
 +
font-weight:bold;
 +
border-bottom: 1px solid #d2d2d2;
 +
background-color: #32ddb5;
 +
cursor: pointer;
 
}
 
}
 +
  
 
/* hover state for the back to home button */
 
/* hover state for the back to home button */
.team_home:hover  {  
+
.team_home a:hover  {  
 
background-color:#000000;  
 
background-color:#000000;  
 
color: #32ddb5;
 
color: #32ddb5;

Revision as of 16:39, 12 April 2016