Created
November 5, 2019 11:44
-
-
Save nicolocarpignoli/cf2aa9ae375882cff2f7e522930cfa11 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 { | |
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