List Views

Total Items found in Views is 222764.
An advanced collection of page views
chocolatey command line for windows

1:36 am, October 1, 2024
chia mining research notes

1:35 am, October 1, 2024
check box highlight text area css

1:34 am, October 1, 2024
CSS Only Table Stacking Solution

1:34 am, October 1, 2024
Google Fonts Multiple includes

1:32 am, October 1, 2024
simple javascript no library accordion

1:32 am, October 1, 2024
bootstrap styled buttons

1:32 am, October 1, 2024
Google Font Embed - Play Gaming Font

1:32 am, October 1, 2024
adding an item to an array with php

1:31 am, October 1, 2024
rotate an element when its hover

1:30 am, October 1, 2024
Tools

1:29 am, October 1, 2024
4 box custom grid with responsive

1:28 am, October 1, 2024
six box grid css html custom no gap

1:28 am, October 1, 2024
testing chartjs

1:27 am, October 1, 2024
page scroll indicator research

1:23 am, October 1, 2024
gallery carousel center mode

1:22 am, October 1, 2024
jquery page search [testing]

1:19 am, October 1, 2024
add click event to multiple link items

1:19 am, October 1, 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
time you enjoyed wasting is not wasted time
Unknown
Random CSS Property

unset

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property.
unset css reference