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 {
|
:root {
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
width: 69%;
|
width: 69%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
h1, h2, p {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
margin-top: 5%;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user