rem units are generally considered the better way to size text and padding and various other things in CSS. But sometimes it can be difficult to...
Continue reading...CSS
CSS Video Clip Path
Did you know that it is possible to put a clip path on a video? Turns out adding a clip path to a video totally works!...
Continue reading...CSS Custom List Colors
In my experience when a dev needs to customize the color of a ul/ol list marker they tend to reach for a ::before or ::after. Not...
Continue reading...Vanilla javascript slideToggle
One of the most useful functions jQuery offers is slideToggle or slideUp/slideDown. As developers are tending to move away from jQuery for performance reasons or simply...
Continue reading...Perfectly square responsive images with CSS
Sometimes you need to have an image that is perfectly square even if the width of the image may change. To make a square responsive image...
Continue reading...