List Views

Total Items found in Views is 226563.
An advanced collection of page views
php print an array nicely

10:03 am, May 10, 2022
Move any element with css offsets

9:45 am, May 10, 2022
design nice block header

9:24 am, May 10, 2022
testing equality

9:23 am, May 10, 2022
PHP/SQLite - Load Random Item

8:46 am, May 10, 2022
using multiple text shadow

7:55 am, May 10, 2022
show the year with js

6:57 am, May 10, 2022
make any element editable

6:31 am, May 10, 2022
uniqid random string

5:30 am, May 10, 2022
jquery load wait function

5:05 am, May 10, 2022
flex shorthand css

4:53 am, May 10, 2022
get the current month as a number

4:43 am, May 10, 2022
target 1st td in a table with css

4:39 am, May 10, 2022
search bug Above

3:45 am, May 10, 2022
test php bundle write

2:40 am, May 10, 2022
round number with js

2:40 am, May 10, 2022
check length of element jquery

2:39 am, May 10, 2022
js check the length of a string

2:38 am, May 10, 2022
get element by id with javascript

2:38 am, May 10, 2022
my old hunter in wow

1:34 am, May 10, 2022
chevron down

1:23 am, May 10, 2022
get element by id and hide it

12:51 am, May 10, 2022
load content with jquery

12:41 am, May 10, 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


James Clear
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