List Views

Total Items found in Views is 185730.
An advanced collection of page views
foundation old grid format

3:12 am, March 21, 2022
add this

3:09 am, March 21, 2022
git pull changes from a repository

3:07 am, March 21, 2022
margin padding framework

3:02 am, March 21, 2022
ES6 Nested Object Example

3:02 am, March 21, 2022
count the elements in an array

3:02 am, March 21, 2022
foundation responsive tables

3:01 am, March 21, 2022
Move any element with css offsets

3:01 am, March 21, 2022
simple table stripe striping

3:01 am, March 21, 2022
adding react to a website in 3 steps

3:00 am, March 21, 2022
How to Add Comments in JSX

3:00 am, March 21, 2022
gallery carousel center mode

2:59 am, March 21, 2022
check length of element jquery

2:59 am, March 21, 2022
pi hole and hassio

2:59 am, March 21, 2022
Applied Accessibility - Access Keys

2:58 am, March 21, 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
When I realized that, no individual step is hard in any process. Building this airport I'm standing in right now started with a guy writing the architectural plans on paper. That's not hard for him to do. Then laying the first beam isn't had. The whole thing is really hard. So, just take each step kind of piece by piece and when I was able to do that and stop trying to chase this prize and started putting in the work, things just started coming together.
Unknown
Random CSS Property

@supports

The @supports CSS at-rule lets you specify declarations that depend on a browser's support for one or more specific CSS features. This is called a feature query. The rule may be placed at the top level of your code or nested inside any other conditional group at-rule.
@supports css reference