Search
Search Searches
Search Searches by entering your search text above.
podcasts ...

3:58 am, June 24, 2025
osrs_item_data ...

5:48 am, May 10, 2025
search_links ...

9:10 pm, April 19, 2025
content ...

11:53 pm, April 18, 2025
code Play...

7:57 am, April 15, 2025
code play...

2:29 am, April 13, 2025
quotes ...

9:15 pm, March 12, 2025
code ...

2:04 pm, March 9, 2025
linx ...

7:11 am, March 6, 2025
code there...

1:09 pm, March 5, 2025
searches ...

6:26 pm, March 3, 2025
hits ...

3:20 pm, March 3, 2025
code here...

1:27 am, March 1, 2025
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

“Make no mistake: This is not your diary. You are not letting it all hang out. You are picking and choosing every single word.”


Dani Shapiro
Random CSS Property

:host-context()

The :host-context() CSS pseudo-class function selects the shadow host of the shadow DOM containing the CSS it is used inside (so you can select a custom element from inside its shadow DOM) — but only if the selector given as the function's parameter matches the shadow host's ancestor(s) in the place it sits inside the DOM hierarchy.
:host-context() css reference