6 changed files with 68 additions and 34 deletions
@ -0,0 +1,23 @@
|
||||
.button__link { |
||||
font-weight: 350; |
||||
background: black; |
||||
border: 1px solid black; |
||||
color: white; |
||||
text-decoration: none; |
||||
padding: 0.6rem 2rem; |
||||
margin: 2rem 2.5rem; |
||||
transition: 0.2s; |
||||
|
||||
display: flex; |
||||
align-items: center; |
||||
} |
||||
|
||||
.button__link > p { |
||||
font-size: 1rem; |
||||
margin: auto; |
||||
} |
||||
|
||||
.button__link:hover { |
||||
color: black; |
||||
background: white; |
||||
} |
@ -0,0 +1,10 @@
|
||||
.contact__container { |
||||
margin: auto 12vw; |
||||
justify-content: center; |
||||
} |
||||
|
||||
.button__contact { |
||||
margin: auto; |
||||
margin-bottom: 2rem; |
||||
width: 15rem; |
||||
} |
Loading…
Reference in new issue