🏋😼 Checkpoint

./style.css:617503/2126
./.glitch-assets:617503/372
./index.html:617503/2766
This commit is contained in:
Glitch (hello-webpage)
2020-10-15 17:11:55 +00:00
parent ae484f59d7
commit 8ad0f910d7
3 changed files with 28 additions and 3 deletions

View File

@ -9,7 +9,7 @@ body {
background-color: var(--main-bg-color);
}
h1 {
.title {
color: var(--main-text-color);
font-size: 164pt;
}
@ -27,6 +27,27 @@ h1 {
padding: 1rem;
}
.btn--remix {
padding-left: .75rem;
padding-right: .75rem;
padding-top: .5rem;
padding-bottom: .5rem;
font-size: 1.1rem;
line-height: 1rem;
font-weight: 500;
align-items: center;
display: inline-flex;
cursor: pointer;
background: #FFFFFF;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 4px;
}
.btn--remix img {
margin-right: .75rem;
}
.illustration {
position: relative;
bottom: 10em;