Home Β» In the Browser Β» Page 2

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.

Little Coding Things default post image

CSS Word Spacing – How to Do It Right

Hey everyone! πŸ˜ƒ In this post, we’ll take a look at the CSS property called word spacing. It controls the horizontal distance between words in a text. By default, the CSS word spacing is set to...

Pair of black cartoonish eyes

How to Make A Blinking Animation Using CSS

Hey there! In this post, I will show you how to create a pair of blinking eyes effect using only CSS (SCSS), complete with a smooth blinking animation to bring the eyes to life. A cow’s pair of eyes...

Two tiny people looking at a huge triangle ruler.

How To Calculate CSS Line Height

Hello there! πŸ˜ƒ Today, we’ll explore how we can calculate the CSS line height property, which defines the height of a line on a webpage. Each line contains the main content (text) as well as the...