List Hits

Total Items found in Hits is 576187.
A Collection of Hits...
p pr vb n

2:21 am, October 16, 2023
Create Strings using Template Literals

2:21 am, October 16, 2023
php check if a class exists

2:14 am, October 16, 2023
conj

2:11 am, October 16, 2023
show the current date in javascript

2:07 am, October 16, 2023
Moving the cursor on iPhone 11

2:06 am, October 16, 2023
Archaeology/Level up table

2:05 am, October 16, 2023
emoji data - version 1.0

2:00 am, October 16, 2023
add years as options to select dropdown

1:54 am, October 16, 2023
bootstrap basic grid layout

1:51 am, October 16, 2023
css grid for layouts with no rows

1:35 am, October 16, 2023
check url hash using javascript

1:26 am, October 16, 2023
p pr vb n

1:18 am, October 16, 2023
logo tickers marquee slow scrolling

1:04 am, October 16, 2023
check box highlight text area css

1:03 am, October 16, 2023
extracting the useful bits of bootstrap

1:01 am, October 16, 2023
RS3 Best AFK training all skills

12:53 am, October 16, 2023
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


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