List Hits

Total Items found in Hits is 610338.
A Collection of Hits...
seen

10:26 am, January 2, 2023
long

10:26 am, January 2, 2023
Caused

10:26 am, January 2, 2023
name

10:26 am, January 2, 2023
target last item css with :last-of-type

10:05 am, January 2, 2023
Auto Create HTML Code Snippets

9:01 am, January 2, 2023
load the latest single item only

9:01 am, January 2, 2023
validate email address from string

8:57 am, January 2, 2023
Generate a random title from an array

8:56 am, January 2, 2023
bootstrap toggle element collapse

8:54 am, January 2, 2023
my old hunter in wow

8:52 am, January 2, 2023
json loop load elements

8:47 am, January 2, 2023
bold the numbers in a ol li list

8:44 am, January 2, 2023
how to embed google fonts icons

8:42 am, January 2, 2023
weird search results being recorded

8:05 am, January 2, 2023
using the :user-valid CSS pseudo-class

8:05 am, January 2, 2023
style page numbers [fixed]

7:58 am, January 2, 2023
bootstrap dark mode

7:57 am, January 2, 2023
jqueryui date selector

7:57 am, January 2, 2023
Changing an array declared with const

7:57 am, January 2, 2023
convert all images into base64 encoded

7:57 am, January 2, 2023
goodbye old grid theme

7:48 am, January 2, 2023
pulse map dots

7:45 am, January 2, 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
If you work on something a little bit every day, you end up with something that is massive.
Kenneth Goldsmith
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