You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
893 B
CSS

2 years ago
@font-face {
font-family: orticabold;
src: url(fonts/Ortica-Bold.woff);
}
@font-face {
font-family: orticalight;
src: url(fonts/Ortica-Light.woff);
}
@font-face {
font-family: sinistre;
src: url(fonts/Sinistre-StCaroline.woff);
}
html, body{
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
background-color: black;
}
div{
/* width: 60%; */
padding: 0 10%;
color: white;
font-family: orticalight;
font-size: 5vw;
margin-bottom: 110vw ;
}
p{
line-height: 6vw;
}
img{
max-width: 100%;
min-width: 100%;
}
.title img{
margin-bottom: 20vw;
}
.credit p{
bottom: 0;
margin-top: 10vw;
line-height: 7vw;
font-size: 5vw;
}
/* .bigger{
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;
} */
.title{
margin-top: 20vw;
}