🚎🏇 Checkpoint

./style.css:617503/606
./index.html:617503/120
This commit is contained in:
Glitch (hello-webpage)
2020-10-15 17:34:52 +00:00
parent 47fbecb010
commit 34487b8267
2 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -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%;
} }