Smashing Hour with Miriam Suzanne
I joined Geoff Graham for a Smashing live stream to talk about CSS, web standards, music, and more!
Powerful New CSS for Styling Bullets, Numbers, and List Markers
When you create lists in HTML, browsers add bullet-points or numbers we call list markers. Now CSS gives us the tools to style those list markers, and even create our own!
I’ll also show you how the ::marker
element
is different from ::before
or ::after
.
Watch the video, and go play with the demo on codepen.
::marker
pseudo element to style list bullets & numbersdisplay: list-item
to add a marker on any elementcounter-reset
and counter-increment
to create your own counterscounter()
and counters()
to control how counter numbers are displayedI joined Geoff Graham for a Smashing live stream to talk about CSS, web standards, music, and more!
I joined Den Delimarsky on the Work Item podcast to talk about my path as a developer – from building a website for my theater company, to building a career and a company around it. In this show, we talk about the power of the web, and how CSS is…
CSS Container Queries promise even more powerful styling approaches, but… what the heck are they? How do they actually work? Miriam joined Jason to teach and explore Container Queries in live code.