List Views

Total Items found in Views is 213193.
An advanced collection of page views
check if a file exists with php

1:02 pm, July 15, 2024
Make the Welcome Text box Smaller

1:20 pm, July 15, 2024
Lato font quick install

1:22 pm, July 15, 2024
php validate email function

1:24 pm, July 15, 2024
making the search page nicer

1:33 pm, July 15, 2024
using scroll-behavior: smooth css

1:34 pm, July 15, 2024
search bug Above

1:51 pm, July 15, 2024
submit form with javascript

1:59 pm, July 15, 2024
dropdown change input box on select

2:25 pm, July 15, 2024
using let rather than var

2:33 pm, July 15, 2024
php print an array nicely

2:47 pm, July 15, 2024
add an outline to everything!

3:04 pm, July 15, 2024
wordpress get site url

3:08 pm, July 15, 2024
what is a motorbus

3:09 pm, July 15, 2024
RS3 Hunter Leveling Logs and Notes

3:23 pm, July 15, 2024
Google Fonts Multiple includes

3:23 pm, July 15, 2024
random number using rand

3:46 pm, July 15, 2024
del

4:08 pm, July 15, 2024
Custom 12 Grid using CSS Grid

4:11 pm, July 15, 2024
Generate Sub menu using Core

4:26 pm, July 15, 2024
Farming Allotment patch locations

4:35 pm, July 15, 2024
FCC - Basic: Profile Lookup

4:35 pm, July 15, 2024
Thieving training : 1 - 99

4:36 pm, July 15, 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
Don't look to be the next Facebook, try to solve a real problem instead.
Unknown
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