Add projects section
This commit is contained in:
parent
a0d337708e
commit
6c9c179283
8 changed files with 210 additions and 24 deletions
|
@ -3,6 +3,7 @@
|
|||
<main>
|
||||
<HeroSection class="hero-section" />
|
||||
<ServicesSection class="services-section" />
|
||||
<ProjectsSection class="projects-section" />
|
||||
<ContactSection class="contact-section" />
|
||||
</main>
|
||||
|
||||
|
@ -28,26 +29,9 @@
|
|||
|
||||
main {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid:
|
||||
'hero-section' auto
|
||||
'services-section' auto
|
||||
'contact-section' auto
|
||||
/ 1fr;
|
||||
place-content: start center;
|
||||
place-items: start center;
|
||||
|
||||
.hero-section {
|
||||
grid-area: hero-section;
|
||||
}
|
||||
|
||||
.services-section {
|
||||
grid-area: services-section;
|
||||
}
|
||||
|
||||
.contact-section {
|
||||
grid-area: contact-section;
|
||||
}
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue