positioning
This commit is contained in:
parent
92300e142d
commit
beb3b47249
|
@ -65,14 +65,17 @@ a {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
flex: 1 1 300px;
|
flex: 1 1 300px;
|
||||||
flex-direction: column;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
font-size: 5em;
|
font-size: 4em;
|
||||||
margin: 0.1em 2em;
|
width: 200px;
|
||||||
|
height: 200px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 10px;
|
||||||
|
left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue