List Views

Total Items found in Views is 184223.
An advanced collection of page views
Oswald Font Quick Embed

1:17 pm, April 18, 2023
for loop with a 5 increment

1:18 pm, April 18, 2023
get current year in javascript

1:24 pm, April 18, 2023
transform rotate a hexagon in css

1:37 pm, April 18, 2023
Making an image responsive using css

1:38 pm, April 18, 2023
using vue and json data

1:38 pm, April 18, 2023
inline fancybox modal testing

2:05 pm, April 18, 2023
card counting example from fcc

2:10 pm, April 18, 2023
using scroll-behavior: smooth css

2:37 pm, April 18, 2023
white space break word css

2:54 pm, April 18, 2023
FCC - Basic: Profile Lookup

3:39 pm, April 18, 2023
explode a string into an array

4:04 pm, April 18, 2023
Applied Accessibility - Tab Index

4:08 pm, April 18, 2023
Use Recursion to Count Up

4:18 pm, April 18, 2023
react hello world with variable name

4:19 pm, April 18, 2023
design nice block header

4:19 pm, April 18, 2023
change the window title

4:19 pm, April 18, 2023
start ssh and add key git

4:20 pm, April 18, 2023
globe svg testing (broken)

4:21 pm, April 18, 2023
show errors in php with toggle

4:21 pm, April 18, 2023
Applied Accessibility - Access Keys

4:21 pm, April 18, 2023
add a user to a group

4:21 pm, April 18, 2023
parallax js scroll testing

4:21 pm, April 18, 2023
Find Disk Space Usage using DU

4:23 pm, April 18, 2023
favicon code meta tag

4:23 pm, April 18, 2023
Core - File Structure

4:27 pm, April 18, 2023
Abyssal Demons on Slayer Task Guide

4:31 pm, April 18, 2023
goodbye old grid theme

4:38 pm, April 18, 2023
lorem ipsum

4:40 pm, April 18, 2023
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


Random CSS Property

appearance (-moz-appearance, -webkit-appearance)

The appearance CSS property is used to display an element using platform-native styling, based on the operating system's theme. The -moz-appearance and -webkit-appearance properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support -webkit-appearance, for compatibility reasons.
appearance css reference