Alterações main/footer

This commit is contained in:
Maria Carolina Oliveira da Silva 2022-10-12 23:31:18 -03:00
parent f53850b63a
commit 3f2515b01a
2 changed files with 14 additions and 11 deletions

View File

@ -5,6 +5,7 @@
margin: 0; margin: 0;
font-family: "Inter", sans-serif; font-family: "Inter", sans-serif;
} }
/*--------------------Header-------------------------------*/
.header-logo { .header-logo {
background-color: black; background-color: black;
display: flex; display: flex;
@ -29,7 +30,7 @@
margin: 73px; margin: 73px;
} }
.image-computer { .image-computer {
margin-bottom: 6rem; margin-bottom: 3rem;
} }
p { p {
font-size: 16px; font-size: 16px;
@ -51,6 +52,7 @@ p {
font-weight: 500px; font-weight: 500px;
line-height: 58px; line-height: 58px;
} }
/*----------------Section-2--------------------------*/
.square { .square {
box-shadow: 0px 4px 20px #0000003b; box-shadow: 0px 4px 20px #0000003b;
text-align: center; text-align: center;
@ -66,7 +68,7 @@ p {
flex-wrap: wrap; flex-wrap: wrap;
padding: 1em; padding: 1em;
} }
/*----------------Section-3--------------------------*/
.container-notebooks { .container-notebooks {
background-color: #e0e0e0; background-color: #e0e0e0;
width: 100%; width: 100%;
@ -74,9 +76,7 @@ p {
gap: 1em; gap: 1em;
justify-content: center; justify-content: center;
} }
.notebook { /*----------------Section-4--------------------------*/
}
.container-4{ .container-4{
margin-top: 108px; margin-top: 108px;
} }
@ -106,16 +106,19 @@ p {
.retangle{ .retangle{
width: 70%; width: 70%;
} }
footer { /*----------------Footer--------------------------*/
footer{
background-color: black; background-color: black;
color: white; }
.image-footer {
padding: 1em; padding: 1em;
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 1em; gap: 1em;
} }
.text-footer{ .text-footer{
display: flex; color: white;
justify-content: center; font-size: 10px;
gap: 1em; font-weight: 400;
} }

View File

@ -123,7 +123,7 @@
</main> </main>
<!--------------Footer------------------> <!--------------Footer------------------>
<footer> <footer>
<div> <div class="image-footer">
<img src="./assets/img/instagram.svg" /> <img src="./assets/img/instagram.svg" />
<img src="./assets/img/facebook.svg" /> <img src="./assets/img/facebook.svg" />
<img src="./assets/img/youtube.svg" /> <img src="./assets/img/youtube.svg" />