CSS
This will mostly contain random css trivia.
- Houdini
- this is a lower level API which allows developers access to the actual CSS engine in the browser
Trivia
Q: Why does span not have a margin top / bottom?
A: A span is inline
Cateogory: [Tech]
Tags: [css]