当前位置:Gxlcms > html代码 > 引入css的四种方式_html/css_WEB-ITnose

引入css的四种方式_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:22人阅读

/*******css.html*/




css四种引入方式


/* 第一种方式引入*/



天天向上



/********23-2.css***********************/

#test1{
border: 10px solid blue;
}


/****23css.css******************/

@import url(23-2.css);
#test1{
width: 200px;
height: 300px;
margin: 50px auto;
background:gray;
}

人气教程排行