List Views

Total Items found in Views is 185730.
An advanced collection of page views
check box highlight text area css

8:27 am, January 1, 2022
white space break word css

8:18 am, January 1, 2022
how to unzip in linux

8:00 am, January 1, 2022
Metal Dragons

7:59 am, January 1, 2022
Create Strings using Template Literals

7:56 am, January 1, 2022
rs3 runespan experience rates

7:53 am, January 1, 2022
github logo background png css

7:41 am, January 1, 2022
RS3 Soul Cape and where to get it

7:35 am, January 1, 2022
fancybox load iframe inline

7:32 am, January 1, 2022
RS3 Combat Bars

7:29 am, January 1, 2022
Quick Links

7:25 am, January 1, 2022
foundation accordion for version 6.x

7:18 am, January 1, 2022
google map with overlay data

7:15 am, January 1, 2022
wordpress get home url

7:13 am, January 1, 2022
embed and use a ttf font font face

7:13 am, January 1, 2022
darken background image using css

7:09 am, January 1, 2022
using the kbd html tag

7:06 am, January 1, 2022
php countries array

7:05 am, January 1, 2022
Crafting - 1 - 99 guide

6:57 am, January 1, 2022
What is Core?

6:55 am, January 1, 2022
How to add jquery to squarespace site

6:55 am, January 1, 2022
install cmatrix on mac m1

6:53 am, January 1, 2022
Factorio Blueprint Books

6:51 am, January 1, 2022
adding pagination to custom wp_query

6:49 am, January 1, 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
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better. You won't believe what you can accomplish by attempting the impossible with the courage to repeatedly fail better.
Unknown
Random CSS Property

clamp()

The clamp() CSS function clamps a value between an upper and lower bound. clamp() enables selecting a middle value within a range of values between a defined minimum and maximum. It takes three parameters: a minimum value, a preferred value, and a maximum allowed value. The clamp() function can be used anywhere a <length>, <frequency>, <angle>, <time>, <percentage>, <number>, or <integer> is allowed.
clamp() css reference