Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这个小例子中,我希望#bigWord有尽可能大的字体大小,但同时仍然让所有单词都在视口中可见。我在想我想使用视口大小的排版,例如font-size: *x* vmin;,但我不确定要使用什么值*x*。
#bigWord
font-size: *x* vmin;
*x*
这个词可以有 1-10 个字符,而且它不是等宽字体。因此,“wwwwwwwwww”必须小于“iiiiiiiiii”(极端示例)。
有任何想法吗?