List Hits

Total Items found in Hits is 610331.
A Collection of Hits...
code

10:38 am, March 12, 2022
html

10:35 am, March 12, 2022
python Install Beautiful Soup

10:29 am, March 12, 2022
html

10:29 am, March 12, 2022
css

10:27 am, March 12, 2022
site bugs

10:25 am, March 12, 2022
other

10:24 am, March 12, 2022
css

10:24 am, March 12, 2022
css

10:23 am, March 12, 2022
css

10:22 am, March 12, 2022
php

10:22 am, March 12, 2022
site bugs

10:22 am, March 12, 2022
code

10:22 am, March 12, 2022
html

10:20 am, March 12, 2022
sublime text

10:19 am, March 12, 2022
Making an image responsive using css

10:18 am, March 12, 2022
php

10:18 am, March 12, 2022
Tech

10:18 am, March 12, 2022
Objects in javascript

10:17 am, March 12, 2022
sqlite fetchArray into another array

10:17 am, March 12, 2022
html

10:15 am, March 12, 2022
php

10:15 am, March 12, 2022
jqueryui includes css and js

10:14 am, March 12, 2022
css

10:12 am, March 12, 2022
sublime

10:12 am, March 12, 2022
php

10:12 am, March 12, 2022
sublime text

10:10 am, March 12, 2022
Above & Beyond: Group Therapy

10:10 am, March 12, 2022
site bugs

10:09 am, March 12, 2022
site bugs

10:08 am, March 12, 2022
Anjunabeats Worldwide

10:07 am, March 12, 2022
code

9:57 am, March 12, 2022
javascript

9:56 am, March 12, 2022
the

9:56 am, March 12, 2022
slayer

9:56 am, March 12, 2022
its

9:56 am, March 12, 2022
error

9:56 am, March 12, 2022
css

9:56 am, March 12, 2022
Its

9:56 am, March 12, 2022
runescape

9:56 am, March 12, 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
When i was a little kid, I was really scared of the dark. But then I came to understand, dark just means the absence of photons in the visible wavelength -- 400 to 700 nanometers. Then i thought, well, its really silly to be afraid of a lack of photons. Then i wasn't afraid of the dark anymore after that.
Elon Musk
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