List Views

Total Items found in Views is 215675.
An advanced collection of page views
Custom 12 Grid using CSS Grid

3:20 am, May 16, 2022
install atom editor on ubuntu

3:18 am, May 16, 2022
Farming Guides

3:16 am, May 16, 2022
FCC - Basic: Profile Lookup

3:15 am, May 16, 2022
scrollbar replacement simplebar

3:09 am, May 16, 2022
ES6 Nested Object Example

3:08 am, May 16, 2022
adding react with JSX using babel

3:07 am, May 16, 2022
random string generator guid

3:05 am, May 16, 2022
Clean Windows Setup

3:05 am, May 16, 2022
codemirror htmlmixed textarea

3:02 am, May 16, 2022
Javascript Objects Notes

3:02 am, May 16, 2022
mithril testing

3:01 am, May 16, 2022
bootstrap styled buttons

2:58 am, May 16, 2022
table border collapse

2:57 am, May 16, 2022
jqueryui date selector

2:57 am, May 16, 2022
random number using rand

2:53 am, May 16, 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


James Clear
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