List Hits

Total Items found in Hits is 534024.
A Collection of Hits...
Document

9:43 pm, April 8, 2022
result

9:53 pm, April 8, 2022
html

9:55 pm, April 8, 2022
javascript

9:58 pm, April 8, 2022
linux

9:59 pm, April 8, 2022
javascript

10:00 pm, April 8, 2022
properly

10:01 pm, April 8, 2022
from

10:01 pm, April 8, 2022
css

10:02 pm, April 8, 2022
html

10:02 pm, April 8, 2022
javascript

10:03 pm, April 8, 2022
php

10:03 pm, April 8, 2022
html

10:04 pm, April 8, 2022
html

10:04 pm, April 8, 2022
Embed

10:05 pm, April 8, 2022
php

10:05 pm, April 8, 2022
code

10:06 pm, April 8, 2022
Best Atom Plugins 2019

10:06 pm, April 8, 2022
solid

10:06 pm, April 8, 2022
linux

10:06 pm, April 8, 2022
Above

10:07 pm, April 8, 2022
document

10:08 pm, April 8, 2022
the

10:23 pm, April 8, 2022
back

10:36 pm, April 8, 2022
back

10:37 pm, April 8, 2022
array

10:57 pm, April 8, 2022
css

11:12 pm, April 8, 2022
kruxor

11:20 pm, April 8, 2022
inline form field padding

11:42 pm, April 8, 2022
php

11:59 pm, April 8, 2022
html

12:01 am, April 9, 2022
php

12:06 am, April 9, 2022
text

12:16 am, April 9, 2022
css

12:28 am, April 9, 2022
space

12:28 am, April 9, 2022
javascript

12:28 am, April 9, 2022
Notes

12:29 am, April 9, 2022
osrs

12:29 am, April 9, 2022
site bugs

12:30 am, April 9, 2022
that

12:32 am, April 9, 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

'Dawnie' used to say, "It's really quite simple: Be kind, and the rest takes care of itself. Never do anything that's not kind".


Dawn Atherton
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