List Views

Total Items found in Views is 233951.
An advanced collection of page views
CSS Grid - Basic Columns

2:05 pm, August 26, 2024
card.html template

2:16 pm, August 26, 2024
list group card template

2:17 pm, August 26, 2024
list group card item template

2:18 pm, August 26, 2024
A short unsplash image url

2:28 pm, August 26, 2024
OSRS How do I change my appearance?

2:29 pm, August 26, 2024
php return json header and content

2:34 pm, August 26, 2024
check if a file exists with php

3:02 pm, August 26, 2024
truncate string using jquery

3:53 pm, August 26, 2024
round number with js

3:54 pm, August 26, 2024
tiny mce editor tinymce

3:57 pm, August 26, 2024
react basic hello world

4:09 pm, August 26, 2024
loop through $_GET in php

4:42 pm, August 26, 2024
simple file cache and check in php

4:42 pm, August 26, 2024
get file name from path name in php

4:48 pm, August 26, 2024
transform rotate an element in css

4:58 pm, August 26, 2024
count the elements in an array

5:35 pm, August 26, 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
Be Yourself, Back Yourself
Kristie Bennett, Survivor
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