Updated landing page

This commit is contained in:
2022-05-05 23:53:20 -04:00
parent 1c4ea5e0c9
commit 47d8de09e5
8 changed files with 88 additions and 15 deletions

View File

@ -3,10 +3,15 @@ html, body {
width: 100%;
margin: 0;
position: relative;
background: black;
}
header {
height: 100vh;
background: black url("/img/intro-bg.jpg") no-repeat bottom center;
background: black url("/img/colosseum.jpg") no-repeat top center;
background-size: cover;
}
a { color: #ff0000; }
a:hover { color: #aa0000; }
a:visited { color: #ff5555; }