Init directories and add base CSS.
This commit is contained in:
0
css/about.css
Normal file
0
css/about.css
Normal file
0
css/contact.css
Normal file
0
css/contact.css
Normal file
17
css/index.css
Normal file
17
css/index.css
Normal file
@ -0,0 +1,17 @@
|
||||
body {
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #ebdbb2;
|
||||
text-align: center;
|
||||
font-size: 55px;
|
||||
margin-top: 10vh;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #ebdbb2;
|
||||
text-align: center;
|
||||
font-size: 35px;
|
||||
margin-top: 4vh;
|
||||
}
|
Reference in New Issue
Block a user