first homepage push
This commit is contained in:
parent
1d17580817
commit
a42fd4c8f9
11 changed files with 319 additions and 6 deletions
18
src/scss/components/Services.scss
Normal file
18
src/scss/components/Services.scss
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
.services {
|
||||
padding: 5rem 3rem;
|
||||
background-color: #fdfaf6;
|
||||
|
||||
h2 {
|
||||
font-size: 2.5rem;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.cards {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue