5,951
edits
No edit summary |
No edit summary |
||
Line 89: | Line 89: | ||
padding: 8px; | padding: 8px; | ||
text-align: center; | text-align: center; | ||
background-color: white; | background-color: white; | ||
border: 1px solid #4c4c4c; | border: 1px solid #4c4c4c; | ||
border-radius: 2em; | border-radius: 2em; | ||
transition: .5s; | transition: .5s; | ||
} | |||
a.home-button-link { | |||
text-decoration: none; | |||
} | } | ||
.home-button:hover { | .home-button:hover { | ||
box-shadow: 0 | box-shadow: 0 4px 4px rgba(0,0,0,0.08); | ||
} | } | ||