List Views

Total Items found in Views is 184203.
An advanced collection of page views
Archaeology/Level up table

3:57 am, March 13, 2023
Python import into SQLite research

3:59 am, March 13, 2023
a ghost that follows your cursor

4:02 am, March 13, 2023
New World - Why to Join a Faction

4:02 am, March 13, 2023
check if a file exists with php

4:05 am, March 13, 2023
Monitoring Visible Objects on Screen

4:06 am, March 13, 2023
pi hole and hassio

4:07 am, March 13, 2023
Quick Links

4:10 am, March 13, 2023
Easy Meta Tags

4:11 am, March 13, 2023
transform rotate an element in css

4:12 am, March 13, 2023
random emojis copy and paste

4:18 am, March 13, 2023
jquery clone and append elements

4:18 am, March 13, 2023
Some New String tools

4:25 am, March 13, 2023
a page with two images

4:35 am, March 13, 2023
Runescape RS3 Double Seren Spirits

4:49 am, March 13, 2023
pre-line white space settings

4:59 am, March 13, 2023
logo tickers marquee slow scrolling

5:04 am, March 13, 2023
darken background image using css

5:15 am, March 13, 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