-
Notifications
You must be signed in to change notification settings - Fork 172
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
maykos_launchbase
committed
Mar 17, 2020
1 parent
2cec183
commit 347f700
Showing
3 changed files
with
55 additions
and
18 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,23 @@ | ||
# Responsividade | ||
|
||
## CSS Units | ||
|
||
Unidades de medidas do CSS | ||
|
||
Layout Fixo | ||
`px` - Pixels | ||
|
||
Layout Fluido | ||
`%` - Porcentagem | ||
`auto` - Automática | ||
`vh` - Viewport Height | ||
`vw` - Viewport Width | ||
|
||
Textos fixos | ||
`1px` = 0.75pt | ||
`16px` = 12pt | ||
|
||
Texto fluidos | ||
`em` - multiplicado pelo pai | ||
`rem` - multiplicado pelo root | ||
|
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 |
---|---|---|
|
@@ -77,8 +77,6 @@ <h2> | |
</section> | ||
</main> | ||
|
||
|
||
|
||
<section id="form"> | ||
<form action=""> | ||
<h3>Quero Estudar na Rocket!</h3> | ||
|
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