List Views

Total Items found in Views is 229023.
An advanced collection of page views
Making Images Retina Display Friendly

11:48 pm, October 22, 2023
button with separated chevron

11:49 pm, October 22, 2023
read and sort directory contents in php

11:50 pm, October 22, 2023
a ghost that follows your cursor

11:50 pm, October 22, 2023
renew all SSL certificates with certbot

11:51 pm, October 22, 2023
extract youtube image from video url

11:52 pm, October 22, 2023
Use Recursion to Count Down

11:52 pm, October 22, 2023
Footer Design and Redesign

11:53 pm, October 22, 2023
react hello world with variable name

11:54 pm, October 22, 2023
How to Pass an Array as Props in React

11:54 pm, October 22, 2023
Create a Complex JSX Element

11:56 pm, October 22, 2023
enable dark mode in tinymce

11:56 pm, October 22, 2023
How to Override Default Props in React

11:57 pm, October 22, 2023
zoom background of element when active

11:58 pm, October 22, 2023
get the value from a textarea element

11:58 pm, October 22, 2023
RS3 Herb Locations

11:58 pm, October 22, 2023
using the :user-valid CSS pseudo-class

11:59 pm, October 22, 2023
image Checkbox Replacement for Forms

12:01 am, October 23, 2023
turn on or off error reporting php

12:04 am, October 23, 2023
css grid for layouts and how to use it

12:04 am, October 23, 2023
bold the numbers in a ol li list

12:12 am, October 23, 2023
scroll down the page using a button click

12:12 am, October 23, 2023
Welcome Widget Card - Toggle

12:12 am, October 23, 2023
sqlite basic sql and loop results

12:14 am, October 23, 2023
javascript add class to element

12:14 am, October 23, 2023
OSRS How do I change my appearance?

12:15 am, October 23, 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


James Clear
Random CSS Property

@charset

The @charset CSS at-rule specifies the character encoding used in the style sheet. It must be the first element in the style sheet and not be preceded by any character; as it is not a nested statement, it cannot be used inside conditional group at-rules. If several @charset at-rules are defined, only the first one is used, and it cannot be used inside a style attribute on an HTML element or inside the <style> element where the character set of the HTML page is relevant.
@charset css reference