positioning
This commit is contained in:
parent
92300e142d
commit
beb3b47249
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ layout: default
|
|||
<div class="musiflex">
|
||||
<div id="hero">
|
||||
|
||||
|
||||
|
||||
<h1>Greetings Robot!</h1>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue