List Hits

Total Items found in Hits is 574116.
A Collection of Hits...
Vas

9:11 pm, May 1, 2023
How to make your code look nice

8:30 pm, May 1, 2023
php save csv from array to file

8:30 pm, May 1, 2023
Using Flexbox rather than Floats

8:28 pm, May 1, 2023
bold the numbers in a ol li list

8:28 pm, May 1, 2023
Wafered

8:25 pm, May 1, 2023
Avenge

8:18 pm, May 1, 2023
testing chartjs

8:15 pm, May 1, 2023
for loop with a 5 increment

8:10 pm, May 1, 2023
Aztec

8:10 pm, May 1, 2023
php check if a class exists

8:09 pm, May 1, 2023
Custom 12 Grid using CSS Grid

8:09 pm, May 1, 2023
php html template class system

8:09 pm, May 1, 2023
Ureter

7:53 pm, May 1, 2023
Bister

7:15 pm, May 1, 2023
jquery page search [testing]

7:13 pm, May 1, 2023
imp p p

7:00 pm, May 1, 2023
Loppy

6:57 pm, May 1, 2023
Rep

6:55 pm, May 1, 2023
words conj

6:45 pm, May 1, 2023
Umpireship

6:43 pm, May 1, 2023
Abram-man

6:43 pm, May 1, 2023
Louver

6:35 pm, May 1, 2023
js check the length of a string

6:16 pm, May 1, 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
1. Show your work to the world instead of keeping in your head💆. 2. Do the work consistently👌 3. Respect your work🥰 4. Don't postpone your work 5. Make mistakes 🔥🔥🔥
Unknown
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