List Hits

Total Items found in Hits is 535058.
A Collection of Hits...
css slow zoom in animation

8:13 am, February 22, 2023
using vue and json data

8:13 am, February 22, 2023
using multiple text shadow

8:14 am, February 22, 2023
show post content on template wordpress

8:14 am, February 22, 2023
foundation old grid format

8:14 am, February 22, 2023
sqlite basic sql and loop results

8:15 am, February 22, 2023
add click event to multiple link items

8:15 am, February 22, 2023
a ghost that follows your cursor

8:15 am, February 22, 2023
fancybox image popout easy

8:16 am, February 22, 2023
youtube search api request function

8:16 am, February 22, 2023
truncate string using jquery

8:16 am, February 22, 2023
install atom editor on ubuntu

8:16 am, February 22, 2023
fancybox v3.4 - Mixed gallery

8:17 am, February 22, 2023
using gzdeflate on a string php

8:17 am, February 22, 2023
RS3 Slayer - Feral Dinosaurs

8:18 am, February 22, 2023
search within files in a directory

8:18 am, February 22, 2023
get current year in javascript

8:18 am, February 22, 2023
Windows Reinstall Again - 2022 Edition

8:18 am, February 22, 2023
Invalid argument supplied for foreach()

8:20 am, February 22, 2023
RS3 Herb Locations

8:22 am, February 22, 2023
using foundation 6.4 xy grid basics

8:23 am, February 22, 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
A.A. Milne’s Winnie-the-Pooh: “If you live to be a hundred, I want to live to be a hundred minus one day so I never have to live without you.”
A.A. Milne
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