List Hits

Total Items found in Hits is 610291.
A Collection of Hits...
flex shorthand css

8:27 pm, September 29, 2023
validate email address from string

8:26 pm, September 29, 2023
foundation includes cdnjs

8:26 pm, September 29, 2023
Latest from Code Widget

8:24 pm, September 29, 2023
jquery jqueryui vue script includes

8:23 pm, September 29, 2023
compare non equality function

8:22 pm, September 29, 2023
simple table stripe striping

8:21 pm, September 29, 2023
add an outline to everything!

8:21 pm, September 29, 2023
Generate a Random User Name

8:19 pm, September 29, 2023
Saddlecloth

8:19 pm, September 29, 2023
https

8:13 pm, September 29, 2023
Coriaceous

8:13 pm, September 29, 2023
favicon code meta tag

8:11 pm, September 29, 2023
Applied Accessibility - Access Keys

8:06 pm, September 29, 2023
wordpress get home url

8:05 pm, September 29, 2023
rounded click me button with icon

8:03 pm, September 29, 2023
FCC - Basic: Profile Lookup

8:03 pm, September 29, 2023
https

8:00 pm, September 29, 2023
checking for spam comments function

7:58 pm, September 29, 2023
tiny mce editor tinymce

7:58 pm, September 29, 2023
foundation accordion for version 6.x

7:57 pm, September 29, 2023
Leaflet Quick Start Example

7:55 pm, September 29, 2023
filter drop shadow

7:55 pm, September 29, 2023
jquery enable and disable attribute

7:50 pm, September 29, 2023
Windows Emoji Shortcut

7:48 pm, September 29, 2023
Twilight

7:48 pm, September 29, 2023
Invalid argument supplied for foreach()

7:46 pm, September 29, 2023
n pl

7:40 pm, September 29, 2023
load the latest single item only

7:40 pm, September 29, 2023
Woolgathering

7:38 pm, September 29, 2023
table border collapse

7:38 pm, September 29, 2023
asp classic get a url and display it

7:37 pm, September 29, 2023
Vaunting

7:36 pm, September 29, 2023
p pr vb n

7:31 pm, September 29, 2023
Garter

7:30 pm, September 29, 2023
Espousement

7:19 pm, September 29, 2023
Rogation

7:15 pm, September 29, 2023
Restrengthen

7:11 pm, September 29, 2023
Sump

7:10 pm, September 29, 2023
Fulmination

7:07 pm, September 29, 2023
template

7:05 pm, September 29, 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
Interesting...

Me
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