我需要使用 html 和 CSS 实现一种效果:
+-------------------+-----------------+
|some text bla bla |other text here |
+-------------------+-----------------+
+--------------+----------------------+
| some text b..|bigger other text here|
+--------------+----------------------+
主容器的大小是固定的。而且我需要第二个区域总是增长,如果文本溢出,首先会缩小。
CSS可以吗?