good spot with most basic things showing

This commit is contained in:
Arjun Patel
2022-01-10 14:09:51 -08:00
parent 41ada5dbdd
commit 51158ba881
4 changed files with 112 additions and 29 deletions
+8
View File
@@ -19,6 +19,14 @@ a {
/* my personal css */
html {
background: url('/wallpapers/superhuman.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
main {
padding: 4em;
}