Make basic website

This commit is contained in:
2026-05-20 12:12:10 +00:00
parent 1d838512b6
commit 9ade78f02c
3 changed files with 205 additions and 0 deletions

19
style.css Normal file
View 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;
}