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