List Hits

Total Items found in Hits is 570465.
A Collection of Hits...
https

9:04 pm, May 4, 2022
https

9:04 pm, May 4, 2022
https

9:04 pm, May 4, 2022
https

9:17 pm, May 4, 2022
https

9:18 pm, May 4, 2022
digital clock with jquery

9:18 pm, May 4, 2022
https

9:20 pm, May 4, 2022
Change link target with JQuery

9:21 pm, May 4, 2022
RS3 Summoning Quick Oblesque

9:31 pm, May 4, 2022
RS3 Dungeoneering Leveling Log

9:40 pm, May 4, 2022
Top 10 Terraria Houses

9:42 pm, May 4, 2022
wordpress main nav dropdown fix

10:12 pm, May 4, 2022
video embed tag

10:27 pm, May 4, 2022
using scroll-behavior: smooth css

10:43 pm, May 4, 2022
jquery document ready

10:44 pm, May 4, 2022
cycle color using background

10:50 pm, May 4, 2022
download icon svg

11:08 pm, May 4, 2022
round number with js

11:13 pm, May 4, 2022
code object-fit

12:05 am, May 5, 2022
image

12:07 am, May 5, 2022
active

12:07 am, May 5, 2022
Install

12:07 am, May 5, 2022
Images

12:08 am, May 5, 2022
https

12:08 am, May 5, 2022
exist

12:08 am, May 5, 2022
https

12:08 am, May 5, 2022
image

12:08 am, May 5, 2022
what

12:08 am, May 5, 2022
here

12:08 am, May 5, 2022
https

12:08 am, May 5, 2022
https

12:09 am, May 5, 2022
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
The happiest People don't have the best of everything, they just make the best of everything.
Unknown
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