Create homepage

Photo-card layout, button, typography
This commit is contained in:
2021-09-27 23:23:16 +02:00
parent 9b50723183
commit bd89e28e15
10 changed files with 269 additions and 9 deletions

View File

@@ -0,0 +1,18 @@
.button {
display: inline-flex;
align-items: center;
background: #fff;
border-radius: 100vh;
padding: 12px 24px;
text-decoration: none;
font-size: rem(18px);
color: $color-text;
font-weight: 600;
border: none;
// Icon
img {
display: block;
margin-right: 12px;
}
}