-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e3bfd8
commit af45814
Showing
8 changed files
with
166 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
/* Styles: */ | ||
|
||
#about { | ||
|
||
height: auto; | ||
width: 100%; | ||
min-height: 100%; | ||
display: flex; | ||
flex-direction: row; | ||
align-items: center; | ||
justify-content: center; | ||
gap: 25px; | ||
background-color: transparent; | ||
padding: 80px 15px 15px 15px; | ||
|
||
} | ||
|
||
#about #about-text { | ||
|
||
max-width: 50%; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
justify-content: center; | ||
gap: 25px; | ||
|
||
} | ||
|
||
#about #about-text h2, #about #about-text p { | ||
|
||
max-width: 100%; | ||
text-align: left; | ||
|
||
} | ||
|
||
#about #about-text h2 { | ||
|
||
font-size: 30px; | ||
font-weight: bold; | ||
color: var(--contrast-color); | ||
|
||
} | ||
|
||
#about #about-text p { | ||
|
||
width: 600px; | ||
font-size: 22px; | ||
line-height: 35px; | ||
color: var(--neutral-color); | ||
|
||
} | ||
|
||
#about figure { | ||
|
||
min-height: 450px; | ||
min-width: 450px; | ||
max-height: 450px; | ||
max-width: 450px; | ||
overflow: hidden; | ||
|
||
} | ||
|
||
#about figure img { | ||
|
||
height: 100%; | ||
width: 100%; | ||
overflow: hidden; | ||
|
||
} | ||
|
||
/* Responsiveness: */ | ||
|
||
@media (max-width: 1180px) { | ||
|
||
#about { | ||
|
||
flex-direction: column; | ||
|
||
} | ||
|
||
#about #about-text { | ||
|
||
max-width: 100%; | ||
align-items: center; | ||
|
||
} | ||
|
||
#about #about-text h2, #about #about-text p { | ||
|
||
text-align: center; | ||
|
||
} | ||
|
||
#about figure { | ||
|
||
min-height: 300px; | ||
min-width: 300px; | ||
max-height: 300px; | ||
max-width: 300px; | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Ícone - Navegador: https://www.flaticon.com/free-icons/school-bag | ||
|
||
Ícones - Web: https://boxicons.com | ||
|
||
Imagem - Breakpoints: https://www.instagram.com/p/C0Sa1U2AHTi/?igsh=MWQ2NXZ1bnl2M2N6Yg== | ||
|
||
Imagens - SVG: https://storyset.com |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters