alignment and font
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
|
||||
:root {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
background-color: black;
|
||||
color: white;
|
||||
width: 69%;
|
||||
margin: auto;
|
||||
}
|
||||
h1, h2, p {
|
||||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
margin-top: 5%;
|
||||
}
|
||||
p {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user