Skip to content

Instantly share code, notes, and snippets.

@shahzaintariq
Created March 13, 2020 16:17
Show Gist options
  • Save shahzaintariq/4bef4c8d13d5c42cca22407f89001666 to your computer and use it in GitHub Desktop.
Save shahzaintariq/4bef4c8d13d5c42cca22407f89001666 to your computer and use it in GitHub Desktop.
body {
background-color: rgb(255, 255, 209);
}
header{
padding: 5%;
margin-left: 35%;
font-family: 'Oswald', sans-serif;;
font-size: large;
}
#vote{
padding: 30px;
margin-left: 35%;
}
#result {
padding-left: 20px;
padding-right: 20px;
position: absolute;
margin-left: 43%;
}
footer{
margin-top: 13%;
margin-left: 40%;
font-family: 'Owald', sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment