website reintegrated into git repo

This commit is contained in:
Luke Smith
2018-10-31 00:44:01 -04:00
parent aff194c8c7
commit c6d6ebe4e3
6 changed files with 99 additions and 1 deletions

31
style.css Normal file
View File

@@ -0,0 +1,31 @@
html {
background: black;
padding-bottom: 400px;
}
body {
max-width: 750px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
background: #033;
color: #eee;
border-radius: 20px;
border-style: solid;
border-width: 5px;
border-color: #555;
padding: 10px;
}
h1,h2,h3,h4 {
text-align: center;
}
h1 {
font-size: 48px;
text-shadow: 3px 0 black, 3px 3px black, 0 3px black;
}
a { color: lightblue; }
.image {
margin: auto;
}