welcome page
This commit is contained in:
parent
beb3b47249
commit
47326e16f6
|
@ -63,19 +63,30 @@ a {
|
||||||
div {
|
div {
|
||||||
background-image: url('/assets/img/texture.png');
|
background-image: url('/assets/img/texture.png');
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 3px;
|
border-radius: 40px;
|
||||||
flex: 1 1 300px;
|
flex: 1 1 300px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
h1 {
|
.pivot {
|
||||||
|
line-height: .5em;
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
font-size: 4em;
|
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
|
||||||
|
height: 300px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
line-height: .5em;
|
||||||
|
font-size: 4em;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
line-height: .5em;
|
||||||
|
font-size: 2em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,9 +9,10 @@ layout: default
|
||||||
<div class="musiflex">
|
<div class="musiflex">
|
||||||
<div id="hero">
|
<div id="hero">
|
||||||
|
|
||||||
|
<div class="pivot">
|
||||||
<h1>Greetings Robot!</h1>
|
<h2>Greetings Robot!</h2>
|
||||||
|
<h1>Sakrecoer</h1>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue