List Views

Total Items found in Views is 213191.
An advanced collection of page views
flush dns on mac

6:24 am, March 18, 2024
link to an external stylesheet

6:22 am, March 18, 2024
top bar overflow issues [fixed]

6:20 am, March 18, 2024
KruXoR - October 2022 - Newsletter

6:20 am, March 18, 2024
validate email address from string

6:19 am, March 18, 2024
scroll to top html css and js

6:19 am, March 18, 2024
json loop load elements

6:16 am, March 18, 2024
scroll left animation

6:15 am, March 18, 2024
get the last letter of a string

6:14 am, March 18, 2024
vimeo thumbnail generator

6:13 am, March 18, 2024
Radial Click Effect

6:10 am, March 18, 2024
button with separated chevron

6:09 am, March 18, 2024
uniqid random string

6:09 am, March 18, 2024
four box grid css html custom

6:05 am, March 18, 2024
IP Address

6:04 am, March 18, 2024
Sweet Alert 2 Methods and Examples

6:01 am, March 18, 2024
Enabling SSH on Ubuntu

5:58 am, March 18, 2024
pi hole and hassio

5:58 am, March 18, 2024
duplicate a line in vscode shortcut

5:52 am, March 18, 2024
Change link target with JQuery

5:52 am, March 18, 2024
Use Recursion to Count Up

5:50 am, March 18, 2024
dropdown section

5:44 am, March 18, 2024
slick slider section quick add

5:41 am, March 18, 2024
atom on mac and synchronise settings

5:41 am, March 18, 2024
Video Placeholder Image HTML

5:38 am, March 18, 2024
twitter json feed testing

5:37 am, March 18, 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
Be Yourself, Back Yourself
Kristie Bennett, Survivor
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