add more content types and improve code
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
body {
|
||||
background-color: black;
|
||||
background-color: lightcoral;
|
||||
color: white;
|
||||
}
|
||||
font-family: "Montserrat", sans-serif;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user