Naiara Abaroa
@nabaroaFrontend designer en
10 años de Bilbostack
Index
26 años de CSS
Early CSS
Y elLayout? 🍱
|
|
||||||||||
|
||||||||||
|
|
||||||||||
|
||||||||||
|
Plot twist
2011
CSS 3
La última década
Empezamos a hacer
esto
y esto
y esto
y esto
y esto
y esto
y esto
y esto
y esto
💀
Plot twist
Custom properties 🌈
Custom properties
See the Pen Gap in flexbox by Naiara Abaroa (@nabaroa) on CodePen.
Selectores 🧷 and pseudo-classes
-
LEVEL 1 & 2
- Universal selector: *
- Type selector: E
- Class selectors: E.warning
- ID selectors: E#id
- Attribute selectors: E[foo]
- Pseudo-classes: E:root
- Pseudo-elements: E::before
- Combinators: E F
- Element child: >
- Adjacent sibling convinator: +
- General sibling convinator: ~
-
LEVEL 3
- [foo^="bar"]
- [foo$="bar"]
- [foo*="bar"]
- [foo|="bar"]
- E:not
- E:nth-child(n)
- E:nth-of-type(n)
- E:first-child
- E:last-child
- E:fist-of-type
- ...
- E:only
:is & :where
See the Pen Untitled by Naiara Abaroa (@nabaroa) on CodePen.
Qué más? 🙋🏾♀️
Layout ⛩
Flexbox - Grid 🚀
Gap in flexbox
See the Pen Gap in flexbox by Naiara Abaroa (@nabaroa) on CodePen.
Logical properties and values 👉🏿👈🏿
💀
Left & Right ⚰️
RTL demo
- float/clear: Flow-relative values inline-start and inline-end
- text-align: Flow-relative values start and end
- margin/padding: Logical Properties padding-inline-start
- left/right properties: inset-inline-start
- border: border-inline-start
Scroll 🖱
smooth-scrolling
See the Pen Only CSS smooth scroll by Naiara Abaroa (@nabaroa) on CodePen.
Scroll snap
Demo Slides
Position sticky 📌
Position sticky
See the Pen 3 tips about position: sticky by Naiara Abaroa (@nabaroa) on CodePen.
Font variables 📝
Light
Regular
Bold
y hoy en día?
postcss-preset-env
2022 💣
ContainerQueries 📦
Container queries
See the Pen Cascade layers by Naiara Abaroa (@nabaroa) on CodePen.
Subgrid 🏢
Subgrid
See the Pen Cascade layers by Naiara Abaroa (@nabaroa) on CodePen.
:has👩👧
A Native CSS Parent Selector
:has
See the Pen Parent selector in CSS by Naiara Abaroa (@nabaroa) on CodePen.
Cascade layers 🥞
@layer
See the Pen Cascade layers by Naiara Abaroa (@nabaroa) on CodePen.
@layer
See the Pen Cascade layers by Naiara Abaroa (@nabaroa) on CodePen.
Usage:
👑
@TerribleMiaColor fuctions 🎨
Color-mix
See the Pen Color functions by Naiara Abaroa (@nabaroa) on CodePen.
Relative colors
See the Pen Color functions by Naiara Abaroa (@nabaroa) on CodePen.