Skip to content

Instantly share code, notes, and snippets.

@AsaoluElijah
Created March 15, 2023 16:05
Show Gist options
  • Save AsaoluElijah/6ea311c5cc03f3acd5a17c3f764c0032 to your computer and use it in GitHub Desktop.
Save AsaoluElijah/6ea311c5cc03f3acd5a17c3f764c0032 to your computer and use it in GitHub Desktop.
body {
font-family: PolySans;
}
nav {
padding: 20px;
text-transform: uppercase;
color: #ccc;
}
.main-content {
padding: 20px;
}
.main-content h1 {
font-size: 40px;
}
.main-content p {
font-size: 20px;
}
.btn {
background: rebeccapurple;
color: #fff;
padding: 10px;
outline: 0;
border: 0;
font-size: 18px;
border-radius: 10px;
}
footer {
color: #ccc;
padding: 20px;
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment