Introduce css style usage

New 02-stylesheet.html page:

The code is as follows:





Document




静夜思


窗前明月光

疑是地上霜


举头望明月

低头思故乡



New stylesheet .css file, the code is as follows:
##

/* 为1级标题设置样式 */
h1{
color:green;
}
p{
background-color:silver;
}
span{
font-size:48px;
}

Run 02-stylesheet.html page displayDisplay:

微信图片_20180314160614.png

Continuing Learning
||
submit Reset Code
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!