🚎🏇 Checkpoint
./style.css:617503/606 ./index.html:617503/120
This commit is contained in:
@ -17,8 +17,8 @@
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<span class="title">Hello world!</span>
|
<span class="title">Hello world!</span>
|
||||||
<img src="/illustration.svg" class="illustration" />
|
|
||||||
</div>
|
</div>
|
||||||
|
<img src="/illustration.svg" class="illustration" />
|
||||||
</div>
|
</div>
|
||||||
<div class="remix">
|
<div class="remix">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@ -30,9 +30,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
min-height: 100vh;
|
min-height: 95vh;
|
||||||
display: grid;
|
display: grid;
|
||||||
place-items: left;
|
place-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@ -48,6 +48,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn--remix {
|
.btn--remix {
|
||||||
|
font-family: HK Grotesk;
|
||||||
padding-left: .75rem;
|
padding-left: .75rem;
|
||||||
padding-right: .75rem;
|
padding-right: .75rem;
|
||||||
padding-top: .5rem;
|
padding-top: .5rem;
|
||||||
@ -69,5 +70,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.illustration {
|
.illustration {
|
||||||
|
max-width: 80%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user