CSS边框与阴影

原创 2019-03-03 20:46:36 302
摘要:<!doctype html><html><head><meta charset="utf-8"><style type="text/css">span{background:red;}.box01{width:500px;height:300px;border:1px solid; backgro

<!doctype html>

<html><head><meta charset="utf-8">

<style type="text/css">

span{background:red;}

.box01{width:500px;height:300px;border:1px solid; background:pink;border-radius:10px;}

.box02{width:500px;height:300px;border:1px solid; background:red;margin-top:10px;box-shadow:3px 3px 5px #666;}

</style>


</head>

<body>

<span>php中文网</span>

<div class="box01"> 01</div>

<div class="box02"> 02</div>

<br><br><br><br><br>

</body>

</html>


批改老师:灭绝师太批改时间:2019-03-04 09:09:52
老师总结:完成的不错!基础课内容比较单一,后面就越来越精彩啦,加油!

发布手记

热门词条