Skip to content

Instantly share code, notes, and snippets.

@nicolocarpignoli
Created November 5, 2019 11:47
Show Gist options
  • Save nicolocarpignoli/46e49b4e3bc073874cbb31a5d738db18 to your computer and use it in GitHub Desktop.
Save nicolocarpignoli/46e49b4e3bc073874cbb31a5d738db18 to your computer and use it in GitHub Desktop.
.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