Tag

inline-block

0 views collected around this technical thread.

360 Tech Engineering
360 Tech Engineering
Nov 15, 2018 · Frontend Development

Techniques to Remove Whitespace Between Inline HTML Elements

This article presents five practical methods for eliminating unwanted whitespace between inline HTML elements, including writing markup on a single line, using font-size:0, applying negative margins, setting negative letter-spacing, and inserting HTML comments, each illustrated with example code and visual screenshots.

CSSHTMLWeb Development
0 likes · 6 min read
Techniques to Remove Whitespace Between Inline HTML Elements
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 14, 2017 · Frontend Development

How to Eliminate Unwanted Inline‑Block Gaps in CSS: 9 Proven Techniques

This article explains why inline‑block elements create spacing gaps, demonstrates the issue with examples, and presents nine practical CSS methods—including removing whitespace, using negative margins, font-size tricks, and advanced grid hacks—to reliably eliminate those gaps across browsers.

CSSfrontendinline-block
0 likes · 8 min read
How to Eliminate Unwanted Inline‑Block Gaps in CSS: 9 Proven Techniques