Home » In the Browser

In the Browser

CSS, HTML, animations, and UI techniques that shape the web experience. Learn how to build beautiful, responsive, and interactive interfaces right in the browser.

A light gray box with gray shadow effect at the bottom right sides

How box-shadow Works (Made Simple)

Hello there! Want to make your HTML elements stand out a bit more? The box-shadow property in CSS lets you add depth by creating a shadow around elements — almost like they’re floating off the page...

Colorful conic-gradient technique where the center is at 30% across and 55% down. Image made by the author.

CSS Conic Gradient Made Easy

Hello! 😃 CSS conic gradient techniques are a fantastic way to add colorful, creative flair to your designs. Today, we’re diving into the enchanting world of conic-gradient in CSS — a type of gradient...

Box divided into parts displaying CSS filter opacity from 0.1 to 1 in black. Image made by the author.

Using CSS Opacity for Transparency

The CSS opacity filter is a property that allows you to adjust the element’s transparency on a website. Opacity values range from 0.0 to 1 (default), where opacity: 0.0 indicates complete...