List Hits

Total Items found in Hits is 534024.
A Collection of Hits...
rs3 rune crafting leveling stats

7:00 am, March 27, 2023
Some New String tools

7:00 am, March 27, 2023
image Checkbox Replacement for Forms

7:00 am, March 27, 2023
show the year with js

7:00 am, March 27, 2023
more complex responsive tables css

7:00 am, March 27, 2023
php print an array nicely

7:01 am, March 27, 2023
Fast and Furious 2022

7:01 am, March 27, 2023
install cmatrix on mac m1

7:01 am, March 27, 2023
Metal Dragons

7:02 am, March 27, 2023
jquery load wait function

7:02 am, March 27, 2023
Graceful outfit

7:02 am, March 27, 2023
download icon svg

7:02 am, March 27, 2023
Install PHP without Apache on Ubuntu

7:02 am, March 27, 2023
Shark Attack Life saving technique

7:02 am, March 27, 2023
wordpress get site url

7:02 am, March 27, 2023
table border collapse

7:02 am, March 27, 2023
Thieving training : 1 - 99

7:02 am, March 27, 2023
jquery accordion

7:03 am, March 27, 2023
get text between tags

7:03 am, March 27, 2023
using multiple text shadow

7:03 am, March 27, 2023
A short unsplash image url

7:04 am, March 27, 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
A.A. Milne’s Winnie-the-Pooh: “If you live to be a hundred, I want to live to be a hundred minus one day so I never have to live without you.”
A.A. Milne
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