Difference between revisions of "Template:Main2017"

Line 418: Line 418:
 
}
 
}
  
/* Button class */
 
.button_click {
 
margin: 10px auto;
 
padding: 15px; width:12%; 
 
text-align:center;
 
font-weight:bold;
 
background-color: #72c9b6;
 
cursor:pointer; 
 
-webkit-transition: all 0.4s ease;
 
-moz-transition: all 0.4s ease;
 
-ms-transition: all 0.4s ease;
 
-o-transition: all 0.4s ease;
 
transition: all 0.4s ease;
 
}
 
  
/* button class on hover */
+
 
.button_click:hover {
+
.button {
background-color:#000000;  
+
margin: auto;
color:#72c9b6;
+
text-align: center;
 +
font-size: 15px;
 
}
 
}
 +
 +
.button.turquoise a { padding: 15px 35px;  text-decoration: none; background-color: #6dcdb1;  color: #333333;}
 +
.button.turquoise a:hover { background-color: #333333;  color: #6dcdb1;}
 +
  
  

Revision as of 22:30, 12 December 2016