List Hits

Total Items found in Hits is 576155.
A Collection of Hits...
Footer Design and Redesign

8:52 am, January 12, 2024
function to create a uid from html

8:39 am, January 12, 2024
imp

8:37 am, January 12, 2024
Robocopy Options /? help

8:23 am, January 12, 2024
imp

8:04 am, January 12, 2024
center mode slick zoom testing

8:01 am, January 12, 2024
imp

7:55 am, January 12, 2024
imp

7:31 am, January 12, 2024
animated duck on footer

7:25 am, January 12, 2024
imp

7:14 am, January 12, 2024
for loop with a 5 increment

7:12 am, January 12, 2024
css grid for layouts with no rows

6:57 am, January 12, 2024
php save csv from array to file

6:53 am, January 12, 2024
Create a Complex JSX Element

6:11 am, January 12, 2024
Auto Create HTML Code Snippets

5:38 am, January 12, 2024
imp

4:53 am, January 12, 2024
imp

4:22 am, January 12, 2024
add years as options to select dropdown

4:14 am, January 12, 2024
get element by id with javascript

3:05 am, January 12, 2024
download icon svg

2:39 am, January 12, 2024
generate a new SSH key on mac for git

1:19 am, January 12, 2024
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
"We're tight-fisted with property and money, yet think too little of wasting time, the one thing about which we should all be the toughest misers.”
Seneca
Random CSS Property

url()

The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of another CSS functions, like the attr() function. Depending on the property for which it is a value, the resource sought can be an image, font, or a stylesheet. The url() functional notation is the value for the <url> data type.
<url> css reference