legio-30/old/index.css

18 lines
324 B
CSS
Raw Normal View History

2022-05-05 17:52:51 -04:00
html, body {
height: 100%;
width: 100%;
margin: 0;
position: relative;
2022-05-05 23:53:20 -04:00
background: black;
2022-05-05 17:52:51 -04:00
}
header {
height: 100vh;
2022-09-14 22:07:17 -04:00
background: black url("../img/colosseum.jpg") no-repeat top center;
2022-05-05 17:52:51 -04:00
background-size: cover;
}
2022-05-05 23:53:20 -04:00
a { color: #ff0000; }
a:hover { color: #aa0000; }
a:visited { color: #ff5555; }