Created
November 5, 2019 11:47
-
-
Save nicolocarpignoli/46e49b4e3bc073874cbb31a5d738db18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.centered { | |
height: 20%; | |
justify-content: center; | |
position: fixed; | |
bottom: 0%; | |
display: flex; | |
flex-direction: row; | |
width: 100%; | |
margin: 0px auto; | |
left: 0; | |
right: 0; | |
} | |
button { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
border: 2px solid white; | |
background-color: transparent; | |
width: 2em; | |
height: 2em; | |
border-radius: 100%; | |
font-size: 2em; | |
background-color: rgba(0, 0, 0, 0.4); | |
color: white; | |
outline: none; | |
} | |
.instructions { | |
position: fixed; | |
top: 5%; | |
font-size: 1.25em; | |
color: white; | |
z-index: 999999; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment