Skip to content

Instantly share code, notes, and snippets.

@ZackSizov
Created July 17, 2017 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ZackSizov/854525bce0c28d8361ebf6121431aa85 to your computer and use it in GitHub Desktop.
Save ZackSizov/854525bce0c28d8361ebf6121431aa85 to your computer and use it in GitHub Desktop.
body {
background-color: #468bfc;
}
.selection {
background-color: #8e6105;
border-radius: 10px 25px 10px 10px;
height: 50px;
width: 75%;
top: 0px;
margin: 10px auto 10px auto;
left: 0px;
right:
}
ul {
text-align: center;
word-spacing: 80px;
}
li {
display: inline-block;
font-size: 26px;
margin: auto;
border-radius: 3px;
background-color: yellow;
position: sticky;
margin: auto;
align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment