css 今天有10种方法可以改善您网站的排版

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 今天有10种方法可以改善您网站的排版相关的知识,希望对你有一定的参考价值。

/* Change Typography for Medium Devices and up  */
@media only screen and (min-width: 992px) {
	/* ----------------------
	TYPOGRAPHY 
	---------------------- */
	body{font-size:20px;}
	h1{font-size:2.5em;}
	h2{font-size:2em;}
	h3{font-size:1.7em;}
	h4{font-size:1.5em;}
	h5{font-size:1.3em;}
	h6{font-size:1.1em;}
}

以上是关于css 今天有10种方法可以改善您网站的排版的主要内容,如果未能解决你的问题,请参考以下文章

关于网页设计中css的排版问题

drupal 页面排版。功能方面己实现了。想模仿某个网站的样式。怎么做。

网站制作之网页文字排版技巧

现在网站主流排版方式

CSS中position 和float的使用说明(清晰)

CSS英文命名规范整理及参考