List Views

Total Items found in Views is 226560.
An advanced collection of page views
foundation accordion for version 6.x

9:47 pm, November 14, 2022
right align something in its element

10:20 pm, November 14, 2022
Regions of New Zealand - In Dropdown Form

10:34 pm, November 14, 2022
A short unsplash image url

10:54 pm, November 14, 2022
bootstrap basic grid layout

11:05 pm, November 14, 2022
Source on Overwolf ASCII Art

11:10 pm, November 14, 2022
scroll left animation

11:38 pm, November 14, 2022
change photoshop to show px rather than pt

12:02 am, November 15, 2022
php mysql table exists function

12:24 am, November 15, 2022
test love like dislike script from api

1:06 am, November 15, 2022
Make the Welcome Text box Smaller

1:06 am, November 15, 2022
slick slider section quick add

2:14 am, November 15, 2022
php check if a class exists

2:42 am, November 15, 2022
globe svg testing (broken)

3:03 am, November 15, 2022
down chevron and styles

3:44 am, November 15, 2022
using multiple text shadow

4:23 am, November 15, 2022
card.html template

5:50 am, November 15, 2022
submit a form with javascript onclick

6:58 am, November 15, 2022
Best Atom Plugins 2019

7:25 am, November 15, 2022
favicon code meta tag

9:21 am, November 15, 2022
Default Parameters for Functions

9:21 am, November 15, 2022
renew all SSL certificates with certbot

9:33 am, November 15, 2022
copy file

10:14 am, November 15, 2022
xcopy backup full directory windows bat

10:16 am, November 15, 2022
change padding of element with javascript

10:21 am, November 15, 2022
console dir usage

10:58 am, November 15, 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
"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