🏋😼 Checkpoint
./style.css:617503/2126 ./.glitch-assets:617503/372 ./index.html:617503/2766
This commit is contained in:
23
style.css
23
style.css
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user