mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
vault backup: 2022-10-24 18:18:09
This commit is contained in:
parent
7b57811b74
commit
b77c1ad09d
@ -13,9 +13,6 @@ h1(selector) {
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
# Selectors
|
||||
Types
|
||||
- Universal: `*`
|
||||
@ -70,15 +67,23 @@ Rules at a higher level of specificity will override a rule at a lower level
|
||||
|
||||
ID > class > element.
|
||||
|
||||
Types
|
||||
- Universal: 1
|
||||
- Type: 10
|
||||
- Class: 100
|
||||
- Id: 1000
|
||||
- ID: 100
|
||||
- Class (also, attr selector or pseudo class): 10
|
||||
- Element (also pseudo element): 1
|
||||
|
||||
# Box Model
|
||||

|
||||

|
||||
|
||||
Margin Collapse: If two vertically adjcent elements have touching margins, the smaller of the two will collapse
|
||||
|
||||
# Layout
|
||||
## Flexbox
|
||||
## Grid
|
||||
## Trad
|
||||
|
||||
# Positioning
|
||||
|
||||
|
||||
|
||||
|
||||
# Media Queries
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user