List Hits

Total Items found in Hits is 576187.
A Collection of Hits...
validate email address from string

10:35 pm, December 29, 2022
css responsive max and min targets @media

10:27 pm, December 29, 2022
Bootstrap 4 Center menu items in a navbar

10:19 pm, December 29, 2022
What's the Point of Docker?

10:02 pm, December 29, 2022
FCC - Basic: Profile Lookup

9:54 pm, December 29, 2022
CSS Grid - Basic Columns

9:51 pm, December 29, 2022
testing equality

7:54 pm, December 29, 2022
inline fancybox modal testing

7:49 pm, December 29, 2022
Use Recursion to Return a Range Array

7:33 pm, December 29, 2022
Importing CSS Reference

7:25 pm, December 29, 2022
grid column and row spacing

7:19 pm, December 29, 2022
css slow zoom in animation

7:07 pm, December 29, 2022
random number using rand

7:03 pm, December 29, 2022
check box highlight text area css

6:51 pm, December 29, 2022
the

6:49 pm, December 29, 2022
RS3 Hunter Leveling Logs and Notes

6:48 pm, December 29, 2022
RS3 Post 99 Leveling Log

6:47 pm, December 29, 2022
load random videos module using template

6:00 pm, December 29, 2022
Find Disk Space Usage using DU

5:15 pm, December 29, 2022
clipboard copy js

4:15 pm, December 29, 2022
css prefers-color-scheme example

3:27 pm, December 29, 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
When I realized that, no individual step is hard in any process. Building this airport I'm standing in right now started with a guy writing the architectural plans on paper. That's not hard for him to do. Then laying the first beam isn't had. The whole thing is really hard. So, just take each step kind of piece by piece and when I was able to do that and stop trying to chase this prize and started putting in the work, things just started coming together.
Unknown
Random CSS Property

::before (:before)

In CSS, ::before creates a pseudo-element that is the first child of the selected element. It is often used to add cosmetic content to an element with the content property. It is inline by default.
::before (:before) css reference