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.
我想更改我的网站默认分辨率(您可以按 ctrl+0 键查看)。这是我的网站http://student.atilim.edu.tr/~tuncel.manil/它的默认分辨率太小。缩放方法不适用于所有浏览器,默认分辨率必须更改。如果你可以帮助我。
您可以为您的网站文本编写一个 CSS,例如
字体大小:1.3em;
这将使您的文本大小增加 realsize + 0.3%
在 style.css 中更改字体大小。还可以更改组件的边距、填充、高度、宽度。