<!DOCTYPE html>
<html>
<head>
<title>CSS1</title>
<style type="text/css">
.lvse{color:green}
#xiao{font-size: 80px}
.red{color: #FF1493}
#zhong{font-size: 85px}
#zuixiao{font-size:15px;color:Gray}
</style>
</head>
<body>
<b id="xiao" style="font-family:华文行楷">NO.3</b>
<b class="lvse" id="xiao">BUTTERFLY</b>
<br>
<i style="font-size: 40px;font-family:华文行楷">in August </i> <b style="font-size: 70px">28th.2015</b>
<br>
<b style="font-size: 100px;font-family: 华文琥珀">2015 </b> <b id="zhong" class="red">秋装全面上新</b>
<br>
<b id="xiao">全场两件</b> <b id="xiao" class="red">包邮</b>
<br>
<p id="zuixiao">所有邂逅相逢,所有萍聚水遇,都在缘分的天空下慢慢演绎。一款柔情含蓄的...</p>
</body>
</html>