List Hits

Total Items found in Hits is 535134.
A Collection of Hits...
svg

11:57 pm, March 13, 2022
view

12:00 am, March 14, 2022
Farming Guides

12:00 am, March 14, 2022
set the html of an element javascript

12:00 am, March 14, 2022
fancybox image popout easy

12:02 am, March 14, 2022
date

12:14 am, March 14, 2022
html

12:15 am, March 14, 2022
document

12:20 am, March 14, 2022
code

12:21 am, March 14, 2022
work

12:21 am, March 14, 2022
basic for loop odd numbers

12:26 am, March 14, 2022
href

12:28 am, March 14, 2022
html

12:29 am, March 14, 2022
What is Core?

12:29 am, March 14, 2022
Making an image responsive using css

12:34 am, March 14, 2022
What is Core?

12:39 am, March 14, 2022
sim

12:41 am, March 14, 2022
window

12:45 am, March 14, 2022
transform rotate an element in css

12:49 am, March 14, 2022
Monstercat

12:49 am, March 14, 2022
round number with js

12:49 am, March 14, 2022
select

12:58 am, March 14, 2022
bootstrap alert template

1:04 am, March 14, 2022
generating all css colours with php?

1:13 am, March 14, 2022
button with separated chevron

1:18 am, March 14, 2022
php

1:22 am, March 14, 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

is backupper a word?
anytrans
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