Holayn / knowledge

A place to collect notes on my learning / knowledge
0 stars 0 forks source link

CSS #3

Open Holayn opened 4 years ago

Holayn commented 4 years ago

Using absolute properly: https://tailwindcss.com/course/positioning-the-dropdown-area

Holayn commented 4 years ago

CSS grid

https://css-tricks.com/snippets/css/complete-guide-grid/

Holayn commented 3 years ago

Utility first CSS (and making CSS scalable)

https://tailwindcss.com/docs/utility-first

more reading:

"Content semantics have NOTHING TO DO WITH VISUAL STYLES. When I used to build things with legos I never thought ‘oh this is a piece for an engine block’ I thought ‘oh cool this is a 1x4 blue lego and I can do anything I want with it’. It didn't matter if I was building an underwater aquanauts base or an airplane - I knew exactly how to use that lego block.

It’s all about lego bits. Because I never needed to re-contextualize my understanding of lego blocks. I could use them across ‘projects’ and they were always the same. I dream of this world in front-end development. I want lego blocks that work everywhere because there is serious power in leveraging solutions that are project agnostic."