Today I Learned - Rocky Kev

TIL About the first-letter pseudo-element

POSTED ON:

TAGS:

There's a first-letter pseudo-element.

REFERENCE:
https://twitter.com/karaluton/status/1369415514188087296/photo/1


Related TILs

Tagged:

TIL the alternate keyword

If 'alternate' appears along with the stylesheet keyword, the linked file is an alternative stylesheet. It won’t be applied to the document, but it will be ready for when we need it.

TIL Logical Properties

For that sweet sweet Internationalization you want to avoid directional words like 'left', 'right', 'top', and 'bottom'.

TIL Using pseudo-classes in your querySelector!

let notTuna = document.querySelectorAll('.sandwich:not(.tuna)')