updated modpack site

This commit is contained in:
Jonas_Jones 2022-08-17 20:57:44 +02:00
parent 20907eb60e
commit 9bfcef590a
51 changed files with 861 additions and 230 deletions

View file

@ -0,0 +1,30 @@
#header {
position: absolute;
top: 60;
width: 100%;
height: 500px;
background-image: url("../src/misc/headerBg.png");
background-position: bottom;
background-size: cover;
z-index: -1;
}
#header h1 {
font-size: 200px;
padding-left: 70px;
}
.header a {
font-size: 50px;
}
#error-msg {
color: #bababa;
margin-left: 200px;
margin-top: 300px;
margin-right: 100px;
border: 3px #bababa solid;
border-radius: 3px;
padding-left: 20px;
display: flex;
}