css update
This commit is contained in:
12
styles.css
12
styles.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user