List Hits

Total Items found in Hits is 574117.
A Collection of Hits...
six box grid css html custom no gap

10:11 am, August 6, 2024
the

10:02 am, August 6, 2024
the

9:51 am, August 6, 2024
download icon svg

9:40 am, August 6, 2024
Quick Embed - Google Font - Inter

9:40 am, August 6, 2024
list items matching a category title

9:40 am, August 6, 2024
four box grid css html custom

9:40 am, August 6, 2024
MySQL to Sqlite converter

9:40 am, August 6, 2024
margin padding framework

9:39 am, August 6, 2024
jquery toggle menu testing

8:51 am, August 6, 2024
a page with two images

8:51 am, August 6, 2024
for loop with a 5 increment

8:51 am, August 6, 2024
random number using rand

8:50 am, August 6, 2024
right align something in its element

8:49 am, August 6, 2024
how to json encode an array in php

8:49 am, August 6, 2024
get last month as a number with php

8:49 am, August 6, 2024
encode url with javascript

8:49 am, August 6, 2024
filter drop shadow

8:49 am, August 6, 2024
style page numbers [fixed]

8:49 am, August 6, 2024
embed and use a ttf font font face

8:49 am, August 6, 2024
jquery clone and append elements

8:49 am, August 6, 2024
Core - File Structure

8:49 am, August 6, 2024
IP Address

8:49 am, August 6, 2024
Find Disk Space Usage using DU

8:48 am, August 6, 2024
Create a Complex JSX Element

8:48 am, August 6, 2024
table border collapse

8:48 am, August 6, 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


Windows
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