我确实知道如何使用媒体屏幕功能,但想问你们一些其他问题,这是我的项目真正需要的东西。让我粘贴一些代码片段,以便我可以详细说明我正在寻找的内容。在下面,我将粘贴为我的网站设计制作的 CSS ID:
#Disp_name {
color: #424854;
font-family: 'Open Sans',sans-serif;
font-size: 5.5em;
font-weight: bold;
line-height: 105px;
/*margin: 200px 0 25px;*/
margin: 0px 0 25px;
text-rendering: optimizelegibility;
transition: color 0.3s ease 0s; }
现在我想当有人从小屏幕设备打开我的项目时,比如**当从 400> 和 <450px 打开时,字体大小将为 4em,如果 >300 和 <400px,则为 3em,如果小于 <300px,则2em。
我该怎么办?请帮忙