(Created page with ".fatbtn { border: none; color: white; text-align: center; text-decoration: none; display: inline-block; padding: 4px 8px 4px; border-radius: 4px; margin: 5px; } .fa...") |
No edit summary |
||
Line 3: | Line 3: | ||
color: white; | color: white; | ||
text-align: center; | text-align: center; | ||
vertical-align: middle; | |||
text-decoration: none; | text-decoration: none; | ||
display: inline-block; | display: inline-block; |
Revision as of 18:51, 13 April 2021
.fatbtn { border: none; color: white; text-align: center; vertical-align: middle; text-decoration: none; display: inline-block; padding: 4px 8px 4px; border-radius: 4px; margin: 5px; } .fatbtn:hover { background-color: #3598DB; }