List Views

Total Items found in Views is 179778.
An advanced collection of page views
bootstrap alert template

5:44 am, March 1, 2022
wordpress get template directory

5:19 am, March 1, 2022
php html template class system

5:19 am, March 1, 2022
white space break word css

5:16 am, March 1, 2022
tools i still want to create

5:01 am, March 1, 2022
Importing CSS Reference

5:01 am, March 1, 2022
Radial Click Effect

4:38 am, March 1, 2022
simple usage for php password_hash

4:31 am, March 1, 2022
scroll to top html css and js

4:28 am, March 1, 2022
wordpress get home url

4:27 am, March 1, 2022
meta description tag

4:27 am, March 1, 2022
prevent default click event on link

4:27 am, March 1, 2022
layout homepage

4:27 am, March 1, 2022
install cmatrix on mac m1

4:26 am, March 1, 2022
twitter social sharing meta tags

4:22 am, March 1, 2022
video embed tag

4:21 am, March 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
Old programmers never die; they just lose some of their functions.
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