List Views

Total Items found in Views is 179801.
An advanced collection of page views
lorem ipsum

4:40 pm, April 18, 2023
goodbye old grid theme

4:38 pm, April 18, 2023
Abyssal Demons on Slayer Task Guide

4:31 pm, April 18, 2023
Core - File Structure

4:27 pm, April 18, 2023
favicon code meta tag

4:23 pm, April 18, 2023
Find Disk Space Usage using DU

4:23 pm, April 18, 2023
parallax js scroll testing

4:21 pm, April 18, 2023
add a user to a group

4:21 pm, April 18, 2023
Applied Accessibility - Access Keys

4:21 pm, April 18, 2023
show errors in php with toggle

4:21 pm, April 18, 2023
globe svg testing (broken)

4:21 pm, April 18, 2023
start ssh and add key git

4:20 pm, April 18, 2023
change the window title

4:19 pm, April 18, 2023
design nice block header

4:19 pm, April 18, 2023
react hello world with variable name

4:19 pm, April 18, 2023
Use Recursion to Count Up

4:18 pm, April 18, 2023
Applied Accessibility - Tab Index

4:08 pm, April 18, 2023
explode a string into an array

4:04 pm, April 18, 2023
FCC - Basic: Profile Lookup

3:39 pm, April 18, 2023
white space break word css

2:54 pm, April 18, 2023
using scroll-behavior: smooth css

2:37 pm, April 18, 2023
card counting example from fcc

2:10 pm, April 18, 2023
inline fancybox modal testing

2:05 pm, April 18, 2023
using vue and json data

1:38 pm, April 18, 2023
Making an image responsive using css

1:38 pm, April 18, 2023
transform rotate a hexagon in css

1:37 pm, April 18, 2023
get current year in javascript

1:24 pm, April 18, 2023
for loop with a 5 increment

1:18 pm, April 18, 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