List Views

Total Items found in Views is 177466.
An advanced collection of page views
youtube embed iframe

12:32 pm, January 31, 2022
fix view page for search links [reported]

12:25 pm, January 31, 2022
check if a ul contains a ul li

12:22 pm, January 31, 2022
Best Atom Plugins 2019

12:20 pm, January 31, 2022
Graceful outfit

12:20 pm, January 31, 2022
load from fields array php class function

12:17 pm, January 31, 2022
embed and use a ttf font font face

12:13 pm, January 31, 2022

12:08 pm, January 31, 2022
RS3 Construction Log

12:00 pm, January 31, 2022
target first item css with :first-of-type

11:45 am, January 31, 2022
Google Page Speed Cleanup and Testing

11:35 am, January 31, 2022
down chevron and styles

11:33 am, January 31, 2022
Use the parseInt Function with a Radix

11:29 am, January 31, 2022
validate email address from string

11:27 am, January 31, 2022
timeline class and function

11:25 am, January 31, 2022
Kruxor Moving from Bootstrap to CSS Grid

11:21 am, January 31, 2022
Laptop Thoughts and Options Jul 2021

11:14 am, January 31, 2022
get tomorrows date with javascript

10:54 am, January 31, 2022
stack a table using css responsive

10:46 am, January 31, 2022
wordpress main nav dropdown fix

10:42 am, January 31, 2022
Thieving training : 1 - 99

10:30 am, January 31, 2022
Leaflet Quick Start Example

10:27 am, January 31, 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
I'm a big believer in energy and the secret and that sort of thing.
Unknown
Random CSS Property

env()

The env() CSS function can be used to insert the value of a user agent-defined environment variable into your CSS, in a similar fashion to the var() function and custom properties. The difference is that, as well as being user-agent defined rather than user-defined, environment variables are globally scoped to a document, whereas custom properties are scoped to the element(s) on which they are declared.
env() css reference