Skip to content

Today I Learned

HTML, CSS, JavaScript & PHP

  • Home
  • Resources
  • About
  • Contact

lists

Counting Down an Unordered List

February 14, 2020

What: You have an unordered list and you want to turn it into an ordered one through CSS

How: You can do this with CSS 2.1 and the counter element. Yay! I love CSS.

Read more

Pretty lists!

January 4, 2021November 19, 2019

What: Firefox 68+ and Safari 11.1+ support the pseudo-element ::marker yay! Chrome doesn’t yet, and neither do Edge or IE11. It will allow for:

li::marker {
    color: #ff3399;
    content: "-";
}

Not just on list-items either, but also on elements with a display: list-item.

CSS-Tricks has more about this: Finally, it Will Be Easy to Change the Color of List Bullets.


Photo by Max Rovensky on Unsplash

Welcome

I’m Naomi Blindeman and I’ve been making websites for more than ten years. Every day that I work on websites and web apps I learn something new and when, one day, I came across Stefan Judis’s Today I Learned blog, I thought, What a fabulous idea!

I immediately started my own blog, where I plan to catalog every new and exciting thing that I learn. Having at my fingertips a growing personal archive of information that I find useful—info to use frequently or not—is money in the bank.

Read more…

Recent Posts

  • Little bit of software for images
  • When position: sticky doesn’t work
  • Grid With Columns of Equal Width
  • robots.txt and AI web crawlers
  • pointer-events

Most-viewed posts

  • Removing Spaces from Filenames on Windows
  • Speeding up local install of WordPress in XAMPP
  • Refine edges in Affinity
  • Spacing in CSS pseudo-element content
  • scroll-margin-top

Tags

0to255 accessibility affinity animation blindschelders browser support can i use codepen code snippets colors course css css-tricks dev.to flat-file cms gallery htaccess html image editing images javascript list-style list marker lists mdn web docs multic-column personal websites plugin plugins positioning printing privacy pseudo-elements redirection retro scrolling security shortcode stack overflow teaching online tools web history website speed web trends wordpress
Because I ❤ to learn and it helps me to write it all down.