Line 98: | Line 98: | ||
animation-iteration-count: 1; | animation-iteration-count: 1; | ||
z-index: 2; | z-index: 2; | ||
+ | } | ||
+ | #button-container { | ||
+ | width: 100%; | ||
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | position: absolute; | ||
+ | top: 600px; | ||
+ | z-index: 3; | ||
+ | } | ||
+ | #b1, #b1 a{ | ||
+ | font-family: 'Oswald', sans-serif; | ||
+ | font-style: italic; | ||
+ | letter-spacing: 3px; | ||
+ | font-size: 30px; | ||
+ | background-color: rgb(30,30,30); | ||
+ | color: white; | ||
+ | padding: 10px; | ||
+ | text-align: center; | ||
+ | border:none; | ||
+ | } | ||
+ | #b1:hover { | ||
+ | box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); | ||
+ | } | ||
+ | #b1:focus { | ||
+ | outline:0; | ||
+ | } | ||
+ | #spacer { | ||
+ | width: 100%; | ||
+ | height: 700px; | ||
} | } | ||
Revision as of 19:49, 2 October 2018