css update

This commit is contained in:
Christian
2021-04-14 13:55:19 -04:00
parent 71e75cc9b4
commit e5d155a394

View File

@@ -2,9 +2,19 @@
font-family: "Open Sans", sans-serif;
background-color: black;
color: white;
width: 69%;
margin: auto;
}
body {
background-color: #202020;
padding: 30px;
padding-top: 1px;
border-radius: 10px;
margin: 100px;
}
h1 {
font-size: 2.5em;
}
p {
font-size: 1.2em;
}