List Hits

Total Items found in Hits is 574119.
A Collection of Hits...
RS3 Best AFK training all skills

12:10 pm, August 28, 2024
Source on Overwolf ASCII Art

12:05 pm, August 28, 2024
ES5 vs ES6 Object Example

11:24 am, August 28, 2024
Robocopy Options /? help

11:14 am, August 28, 2024
How to add jquery to squarespace site

11:11 am, August 28, 2024
set active class based on url value

11:09 am, August 28, 2024
start ssh and add key git

10:46 am, August 28, 2024
pre-line white space settings

10:35 am, August 28, 2024
Shark Attack Life saving technique

10:34 am, August 28, 2024
css cursor types testing

10:26 am, August 28, 2024
add years as options to select dropdown

10:23 am, August 28, 2024
javascript update item in object

10:19 am, August 28, 2024
How to use default props in React

9:56 am, August 28, 2024
submit a form with javascript onclick

9:51 am, August 28, 2024
extract a wordpress menu using its id

9:42 am, August 28, 2024
Use Sweet Alert rather than alert!

9:42 am, August 28, 2024
duplicate a line in vscode shortcut

9:29 am, August 28, 2024
asp classic get a url and display it

9:10 am, August 28, 2024
v i

8:33 am, August 28, 2024
chart js line chart dont show below 0

8:27 am, August 28, 2024
get current class name with get_class

8:08 am, August 28, 2024
using foundation 6.4 xy grid basics

8:06 am, August 28, 2024
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
If you work on something a little bit every day, you end up with something that is massive.
Kenneth Goldsmith
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