Created
September 23, 2020 19:35
-
-
Save ColinFay/4b7abff3426fc67ac2ae6f45237ffaad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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