2015-12-06 06:47:58 +01:00

17 lines
271 B
CSS

.menu_btn {
margin-right: 20px;
padding: 10px;
max-width: 100px;
text-decoration: none;
color: white;
border: #666666 1px solid;
background: #666666;
}
.menu_btn:hover{
background: #cc3333;
color: white;
text-decoration: none;
}