List Views

Total Items found in Views is 277548.
An advanced collection of page views
Fast and Furious 2022

8:38 am, May 27, 2024
css html vertical center

8:40 am, May 27, 2024
Windows Emoji Shortcut

8:41 am, May 27, 2024
python Install Beautiful Soup

8:44 am, May 27, 2024
video embed no controls

8:45 am, May 27, 2024
clipboard copy js

8:47 am, May 27, 2024
explode a string into an array

8:49 am, May 27, 2024
Core Class - Basic Core Structure

9:16 am, May 27, 2024
add a gtag.js pdf click event

9:16 am, May 27, 2024
Latest from Code Widget

9:16 am, May 27, 2024
css cursor types testing

9:17 am, May 27, 2024
Clean Windows Setup

9:19 am, May 27, 2024
still more comment spam

9:21 am, May 27, 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...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

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
For a long time it had seemed to me that life was about to begin - real life. But there was always some obstacle in the way, something to be gotten through first, some unfinished business, time still to be served, or a debt to be paid. Then life would begin. At last it dawned on me that these obstacles were my life.
Alfred D. Souza
Random CSS Property

:only-child

The :only-child CSS pseudo-class represents an element without any siblings. This is the same as :first-child:last-child or :nth-child(1):nth-last-child(1), but with a lower specificity.
:only-child css reference