List Hits

Total Items found in Hits is 535111.
A Collection of Hits...
imp

2:43 pm, April 22, 2024
css cursor types testing

2:45 pm, April 22, 2024
imp

2:46 pm, April 22, 2024
using a css grid area template

2:48 pm, April 22, 2024
check

2:49 pm, April 22, 2024
start

2:51 pm, April 22, 2024
links

2:51 pm, April 22, 2024
code

2:52 pm, April 22, 2024
play

2:52 pm, April 22, 2024
Play

2:52 pm, April 22, 2024
Move any element with css offsets

3:15 pm, April 22, 2024
check if something is an array

5:10 pm, April 22, 2024
random string generator guid

7:24 pm, April 22, 2024
python import and print url

7:24 pm, April 22, 2024
target data attribute with css

7:54 pm, April 22, 2024
Enabling SSH on Ubuntu

8:04 pm, April 22, 2024
echo the page id from wordpress

8:07 pm, April 22, 2024
the

8:22 pm, April 22, 2024
simple php ip blocker

8:25 pm, April 22, 2024
date

8:45 pm, April 22, 2024
how to unzip in linux

9:31 pm, April 22, 2024
the

10:18 pm, April 22, 2024
How to use default props in React

12:06 am, April 23, 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...

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
Nothing, to my way of thinking, is a better proof of a well ordered mind than a man's ability to stop just where he is and pass some time in his own company.
Seneca
Random CSS Property

counters()

The counters() CSS function enables nested counters, returning a concatenated string representing the current values of the named counters, if there are any. The counters() function has two forms: counters(name, string) or counters(name, string, style). It is generally used with pseudo-elements, but can be used, theoretically, anywhere a <string> value is supported. The generated text is the value of all counters with the given name, from outermost to innermost, separated by the specified string. The counters are rendered in the style indicated, defaulting to decimal if no style is specified.
counters() css reference