kristofersxyz/static/main/css/index.css
2023-01-18 17:12:40 +02:00

25 lines
316 B
CSS

#landing {
display: flex;
height: 100%;
text-align: center;
margin: 1rem;
}
.landing-title {
position: absolute;
margin: 1rem;
padding: 1rem;
left: 0;
right: 0;
top: 30%;
}
img {
width: 40%;
}
.text {
font-size: 3rem;
font-weight: 700;
text-align: center;
}