Skip to content

Instantly share code, notes, and snippets.

@ColinFay
Created September 23, 2020 19:35
Show Gist options
  • Save ColinFay/4b7abff3426fc67ac2ae6f45237ffaad to your computer and use it in GitHub Desktop.
Save ColinFay/4b7abff3426fc67ac2ae6f45237ffaad to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
body {
background-color: #EBBE9B;
font-family: 'Ubuntu', sans-serif;
}
h1{
text-transform: uppercase;
color: #502419;
text-align:center;
}
h2{
text-transform: uppercase;
color: #7EA172;
text-align:center;
}
.row{
padding:2em;
margin:2em;
border: solid white;
border-radius:25px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment