Kumi momos (Talk | contribs) |
Kumi momos (Talk | contribs) |
||
Line 50: | Line 50: | ||
} | } | ||
.button-1:hover { | .button-1:hover { | ||
+ | background-color: #2F86A1; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | |||
+ | .button-2 { | ||
+ | display: block; | ||
+ | text-align: center; | ||
+ | background: #444; | ||
+ | border-radius: 3px; | ||
+ | color: #fff; | ||
+ | width: 180px; | ||
+ | height: 50px; | ||
+ | font-size: 20px; | ||
+ | line-height: 50px; | ||
+ | margin: 40px auto; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | .button-2:visited { | ||
+ | background-color: #444; | ||
+ | color: #fff; | ||
+ | } | ||
+ | .button-2:hover { | ||
background-color: #2F86A1; | background-color: #2F86A1; | ||
color: #fff; | color: #fff; |
Revision as of 15:54, 17 October 2018