List Views

Total Items found in Views is 226563.
An advanced collection of page views
transform rotate a hexagon in css

2:10 am, October 30, 2023
install cmatrix on mac m1

2:03 am, October 30, 2023
Lato font quick install

2:02 am, October 30, 2023
Making an image responsive using css

1:58 am, October 30, 2023
Sweet Alert 2 Methods and Examples

1:54 am, October 30, 2023
Enabling SSH on Ubuntu

1:54 am, October 30, 2023
Form elements New Zealand region list

1:53 am, October 30, 2023
CSS Drawing - Beach Scene

1:51 am, October 30, 2023
css slow zoom in animation

1:50 am, October 30, 2023
test php bundle write

1:46 am, October 30, 2023
OSRS Members Fishing Guide

1:43 am, October 30, 2023
json test objects (or arrays)

1:42 am, October 30, 2023
RS3 Dailies Lists

1:41 am, October 30, 2023
Using Flexbox rather than Floats

1:38 am, October 30, 2023
change string to capital words ucwords

1:37 am, October 30, 2023
Factorio Megabase-In-A-Book

1:36 am, October 30, 2023
fancybox load iframe inline

1:36 am, October 30, 2023
Create a Complex JSX Element

1:35 am, October 30, 2023
CSS Grid Frame Work

1:34 am, October 30, 2023
darken background image using css

1:33 am, October 30, 2023
loop through $_GET in php

1:32 am, October 30, 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

is backupper a word?
anytrans
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