List Views

Total Items found in Views is 281387.
An advanced collection of page views
Input Suggestions using a datalist

12:04 am, April 25, 2022
find all elements add class jquery

12:06 am, April 25, 2022
gallery carousel center mode

12:07 am, April 25, 2022
change the window title

12:07 am, April 25, 2022
Bootstrap Darkmode Switch

12:07 am, April 25, 2022
testing chartjs

12:07 am, April 25, 2022
box shadow example(s) - drop shadow

12:08 am, April 25, 2022
Farming Guides

12:09 am, April 25, 2022
landscape image document placeholder

12:10 am, April 25, 2022
fancybox image popout easy

12:15 am, April 25, 2022
set and check a cookie using js cookie

12:15 am, April 25, 2022
inline form field padding

12:16 am, April 25, 2022
adding react with JSX using babel

12:16 am, April 25, 2022
random string generator guid

12:16 am, April 25, 2022
material design icons google font

12:16 am, April 25, 2022
json loop load elements

12:16 am, April 25, 2022
Custom 12 Grid using CSS Grid

12:16 am, April 25, 2022
count the elements in an array

12:16 am, April 25, 2022
make all links target new window

12:16 am, April 25, 2022
weird search results being recorded

12:16 am, April 25, 2022
easy twitter embed code

12:16 am, April 25, 2022
logo tickers marquee slow scrolling

12:16 am, April 25, 2022
Use Sweet Alert rather than alert!

12:17 am, April 25, 2022
CSS Grid Frame Work

12:17 am, April 25, 2022
my default text shadow css

12:17 am, April 25, 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...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

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

Do you want to be right or happy? You can’t be both.

Suggests that in many situations - especially in relationships or arguments - insisting on being right can come at the cost of harmony or peace of mind. It implies that prioritizing your ego or the need to win an argument may damage relationships or personal contentment, whereas letting go of that need (even if you’re technically right) may lead to greater happiness.


Gerald Jampolsky
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