Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelFasted/1d2412926e7d95705672afe822278ad1 to your computer and use it in GitHub Desktop.
Save MichaelFasted/1d2412926e7d95705672afe822278ad1 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