legio-30/old/index.css
2022-09-14 22:07:17 -04:00

18 lines
324 B
CSS

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