List Views

Total Items found in Views is 184222.
An advanced collection of page views
style page numbers [fixed]

11:45 pm, October 17, 2021
RS3 Elder Tree teleport locations

11:46 pm, October 17, 2021
windows 10 snipping experience

11:47 pm, October 17, 2021
video embed full screen all screen sizes

11:47 pm, October 17, 2021
rs3 rune crafting leveling stats

11:47 pm, October 17, 2021
layout homepage

11:47 pm, October 17, 2021
using the kbd html tag

11:48 pm, October 17, 2021
How to Compose React Components in React

11:48 pm, October 17, 2021
javascript update item in object

11:49 pm, October 17, 2021
css font style italic

11:50 pm, October 17, 2021
Animal Crossing House Design's

11:51 pm, October 17, 2021
purple partyhat price info feb 21

11:53 pm, October 17, 2021
assign array to variables in a loop

11:53 pm, October 17, 2021
bootstrap list group card with footer

11:53 pm, October 17, 2021
list group bootstrap template

11:54 pm, October 17, 2021
list group card item template

11:54 pm, October 17, 2021
list group card template

11:54 pm, October 17, 2021
Top 10 Terraria Houses

11:55 pm, October 17, 2021
set active class based on url value

11:56 pm, October 17, 2021
php substr return part of a string

11:57 pm, October 17, 2021
sublime text find and replace style tag

11:57 pm, October 17, 2021
apache redirect to https ssl from normal

11:57 pm, October 17, 2021
using flexbox to align elements in a row

11:57 pm, October 17, 2021
uniqid random string

11:57 pm, October 17, 2021
count the elements in an array

11:58 pm, October 17, 2021
javascript page redirect

11:58 pm, October 17, 2021
jquery click function

11:58 pm, October 17, 2021
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


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