positioning

This commit is contained in:
Set Sakrecoer 2019-07-10 02:45:37 +02:00
parent 92300e142d
commit beb3b47249
2 changed files with 9 additions and 6 deletions

View file

@ -65,14 +65,17 @@ a {
padding: 10px;
border-radius: 3px;
flex: 1 1 300px;
flex-direction: column;
display: flex;
flex-wrap: wrap;
}
h1 {
transform: rotate(-90deg);
font-size: 5em;
margin: 0.1em 2em;
font-size: 4em;
width: 200px;
height: 200px;
position: absolute;
bottom: 10px;
left: 10px;
}
}

View file

@ -9,7 +9,7 @@ layout: default
<div class="musiflex">
<div id="hero">
<h1>Greetings Robot!</h1>
</div>