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.
p タグ内にいくつかのテキストがあり、css には次のものがあります。max-width: 400px font-size: 24vw; }
ビューポートの幅に応じてテキストのサイズを変更したいが、最小幅と最大幅に制限したい。
編集: これは実際の例です
このcssに慣れています
デモ
p { min-width: 100px; max-width: 400px; font-size: 24px; }
あなたはあなたのCSSにいくつかの欠落があります...