welcome page

This commit is contained in:
Set Sakrecoer 2019-07-10 02:55:26 +02:00
parent beb3b47249
commit 47326e16f6
2 changed files with 20 additions and 8 deletions

View file

@ -63,19 +63,30 @@ a {
div {
background-image: url('/assets/img/texture.png');
padding: 10px;
border-radius: 3px;
border-radius: 40px;
flex: 1 1 300px;
}
h1 {
.pivot {
line-height: .5em;
transform: rotate(-90deg);
font-size: 4em;
width: 200px;
height: 200px;
position: absolute;
bottom: 10px;
left: 10px;
height: 300px;
}
h1 {
line-height: .5em;
font-size: 4em;
}
h2 {
line-height: .5em;
font-size: 2em;
}
}