Make basic website
This commit is contained in:
19
style.css
Normal file
19
style.css
Normal file
@@ -0,0 +1,19 @@
|
||||
h1 {
|
||||
color: white;
|
||||
font-size: 250px;
|
||||
}
|
||||
h2 {
|
||||
color: gainsboro
|
||||
}
|
||||
.tagline {
|
||||
margin-top: -200px;
|
||||
}
|
||||
body {
|
||||
background-color: blueviolet;
|
||||
text-align: center;
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
}
|
||||
.main {
|
||||
background-color: white;
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user