List Views

Total Items found in Views is 213191.
An advanced collection of page views
install atom editor on ubuntu

12:54 am, February 1, 2023
rounded click me button with icon

12:53 am, February 1, 2023
right align something in its element

12:53 am, February 1, 2023
recreate marquee element using css

12:53 am, February 1, 2023
pulsating dots - glow glowing

12:53 am, February 1, 2023
pre-line white space settings

12:53 am, February 1, 2023
my default text shadow css

12:53 am, February 1, 2023
more complex responsive tables css

12:53 am, February 1, 2023
material design icons google font

12:53 am, February 1, 2023
margin padding framework

12:53 am, February 1, 2023
make labels or badges look better

12:52 am, February 1, 2023
logo tickers marquee slow scrolling

12:52 am, February 1, 2023
keyframe animations css

12:52 am, February 1, 2023
ken burns slow image zoom

12:52 am, February 1, 2023
inline form field padding

12:52 am, February 1, 2023
image Checkbox Replacement for Forms

12:52 am, February 1, 2023
grid column and row spacing

12:52 am, February 1, 2023
github logo background png css

12:52 am, February 1, 2023
foundation responsive tables

12:52 am, February 1, 2023
foundation old grid format

12:52 am, February 1, 2023
foundation make row full width

12:52 am, February 1, 2023
flex shorthand css

12:52 am, February 1, 2023
flex align center vertical horizontal

12:52 am, February 1, 2023
filter drop shadow

12:52 am, February 1, 2023
embed and use a ttf font font face

12:52 am, February 1, 2023
drop shadow text class easy drop shadow

12:52 am, February 1, 2023
design nice block header

12:51 am, February 1, 2023
darken background image using css

12:51 am, February 1, 2023
cycle color using background

12:51 am, February 1, 2023
css slow zoom in animation

12:51 am, February 1, 2023
css responsive max and min targets @media

12:51 am, February 1, 2023
css prefers-color-scheme example

12:51 am, February 1, 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

clamp()

The clamp() CSS function clamps a value between an upper and lower bound. clamp() enables selecting a middle value within a range of values between a defined minimum and maximum. It takes three parameters: a minimum value, a preferred value, and a maximum allowed value. The clamp() function can be used anywhere a <length>, <frequency>, <angle>, <time>, <percentage>, <number>, or <integer> is allowed.
clamp() css reference