


Google does not support fonts smaller than 12px. The ultimate solution_html/css_WEB-ITnose
Each browser manufacturer will have its own design subjectivity, and these starting points may seem good but often deeply hurt programmers.
1. Requirements
The rendering is specified for Google Chrome, and the font size is 6-8px (for printing small sizes).
2. Explore
2.1 CSS HACK
Searched many web pages, all pointing to one result:
html
{ -webkit-text-size-adjust:none;}
Put the above code at the beginning of the document. . .
Yes, it doesn’t work. . . The result is a series of negative reactions such as speaking in a rough tone, blushing, and staring.
2.2 The Spring of CSS 3
I happened to bring a book with me, which talks about the features of CSS3. After quickly browsing the whole book, I discovered a feature:
div { transform:scaleY(0.8);}
? ? Scale the specified label. For example, the above code means to adjust the height of the div and its sub-elements (including text, including font size) ( Y) Decrease to 80%.
Similar, width scaling: scaleX(pre), overall scaling scale(pre).
You can indeed zoom in after trying it.
However, if the HTML is like this:
<div id="d1">your text</div><div id="d2">your text2</div>
Then there will be a big white space between d1 and d2. How to remove this white space? Where is Bai?
Two iron laws:
{ margin-top:-12px; padding-bottom:-12px;}
Using the negative value of marin, you can move the margin in the specified direction, that is, the entire element;
Using the negative value of padding, you can move the inner margin in the specified direction, that is, expand the element body; after
, the reduced text does not change, so the effect is achieved? ?Reduce font size in Google Chrome and execute as normal.
3. SummaryTransform is actually an implementation of computer graphics, including 2D transformation, 3D transformation, etc.
The foundation is very important, every effort will not be in vain~.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Currently, four new Pixel smartphones are anticipated to land this autumn. To recap, the series is rumoured to feature thePixel 9 and Pixel 9 Pro at launch. However, the Pixel 9 Pro will be a rival to the iPhone 16 Pro rather than a Pixel 8 Pro (curr

Google has introduced DisplayPort Alternate Mode with the Pixel 8 series, and it's present on the newly launched Pixel 9 lineup. While it's mainly there to let you mirror the smartphone display with a connected screen, you can also use it for desktop

Google AI has started to provide developers with access to extended context windows and cost-saving features, starting with the Gemini 1.5 Pro large language model (LLM). Previously available through a waitlist, the full 2 million token context windo

Google's AI assistant, Gemini, is set to become even more capable, if the APK teardown of the latest update (v15.29.34.29 beta) is to be considered. The tech behemoth's new AI assistant could reportedly get several new extensions. These extensions wi

Google recently responded to the performance concerns about the Tensor G4 of the Pixel 9 line. The company said that the SoC wasn't designed to beat benchmarks. Instead, the team focused on making it perform well in the areas where Google wants the c

The Pixel 9 series is almost here, having been scheduled for an August 13 release. Based on recent rumours, the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL will mirror the Pixel 8 and Pixel 8 Pro (curr. $749 on Amazon) by starting with 128 GB of storage.

A few months have passed since Android Authority demonstrated a new Android desktop mode that Google had hidden away within Android 14 QPR3 Beta 2.1. Arriving hot on the heels of Google adding DisplayPort Alt Mode support for the Pixel 8 and Pixel 8

More promotional materials relating to the Pixel 9 series have leaked online. For reference, the new leak arrived shortly after 91mobiles shared multiple images that also showcased the Pixel Buds Pro 2 and Pixel Watch 3 or Pixel Watch 3 XL. This time
