根据提供的素材内容,这个网站使用了HTML与CSS来设置网页的基本样式。以下是对这个网站的简单介绍:
- 该网站使用了一个
Base类来定义基本的样式,包括颜色、字体大小和边距等属性,例如body的color为灰色,字体设置为14px的Verdana、Helvetica Neue、helvetica、Arial、Microsoft YaHei和sans-serif。 - 在
h1标题中,设置了margin、font-size、font-weight和line-height。例如,margin被设置为0,font-size为28px,font-weight为500,line-height为32px。 h2标题的样式包括color、font-weight和padding。例如,color为#4288ce(深蓝色),font-weight为400(普通粗体),padding为6px(上边距)。h3.subheading标签的样式包括color, 但未指定font-size。h3标签的样式包括margin,font-size,font-weight。例如,margin为12px(外边距),font-size为16px(字体大小),font-weight为bold(粗体)。
