Cascading Style Sheets
From IndieWeb
(Redirected from CSS)
This article is a stub. You can help the IndieWeb wiki by expanding it.
Cascading Style Sheets (CSS) are used to format the display of HTML.
CSS Resets
There are a variety of methods to reset the default browser CSS in attempt to render more consistently. Please document any experience you have with these.
- โUndoing html.css and using debug scaffoldingโ by
Tantek รelik 2004-09-06
- normalize.css
- . . .
CSS Resources
- HTML and CSS
- I found this book to be a very approachable way to learn CSS --
Bret Comnes 11:32, 24 January 2015 (PST)
- I found this book to be a very approachable way to learn CSS --
See Also
- . . .
- http://www.mattzeunert.com/2017/10/30/javascript-free-todo-app.html - uses LOTS of CSS and in particular dynamic CSS UI pseudo-class selectors to simulate interactivity incredibly well