如何缩小div,然后使其适合父级?我的目标是让div内部的所有内容变小,比如缩小效果,但缩放会导致div周围的空白空间。
小提琴:
https://jsfiddle.net/we7mux02/2/
<html>
<body>
<div
style="width: 100%;
transform: scale(0.7);
background-color: blue;">
<span style="font-size: 10em;">
This is a large and long text...
</span>
</div>
</body>
</html>
PS:前雇员设计了一个网站,但是每个人(按钮,文本,表格,空格)比我想要的要大得多。我想让%20更小,就像我使用ctrl + wheel key combo缩小时一样。