List Hits

Total Items found in Hits is 534024.
A Collection of Hits...
checking for spam comments function

8:40 am, December 4, 2023
Applied Accessibility - Tab Index

8:40 am, December 4, 2023
check box highlight text area css

8:43 am, December 4, 2023
template

8:47 am, December 4, 2023
obj

8:56 am, December 4, 2023
how to copy the folder path in finder

9:05 am, December 4, 2023
easy twitter embed code

9:05 am, December 4, 2023
Viewport width and height calculations

9:13 am, December 4, 2023
share to twitter html link only

9:13 am, December 4, 2023
get the last letter of a string

9:14 am, December 4, 2023
codemirror with auto preview window

9:15 am, December 4, 2023
Alpine JS Testing

9:19 am, December 4, 2023
Windows CIFS Optional Features Network

9:19 am, December 4, 2023
using vue and json data

9:39 am, December 4, 2023
the

9:43 am, December 4, 2023
bootstrap basic grid layout

9:50 am, December 4, 2023
how to unzip in linux

9:52 am, December 4, 2023
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote


Windows
Random CSS Property

counters()

The counters() CSS function enables nested counters, returning a concatenated string representing the current values of the named counters, if there are any. The counters() function has two forms: counters(name, string) or counters(name, string, style). It is generally used with pseudo-elements, but can be used, theoretically, anywhere a <string> value is supported. The generated text is the value of all counters with the given name, from outermost to innermost, separated by the specified string. The counters are rendered in the style indicated, defaulting to decimal if no style is specified.
counters() css reference