国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

小案例!案例不限?。?/h1> Original 2019-05-28 14:57:09 1543

abstract:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>邊框</title><style type="text/css">.box{width: 200px;height: 200px;border:1px dotted

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>邊框</title>

<style type="text/css">

.box{width: 200px;height: 200px;border:1px dotted blue; border-radius: 11px;}

.main{background: pink; width: 90px;height: 90px;border-top: 10px solid #000;border-left: 10px dotted green;border-bottom:  10px double green;border-right: 10px dashed green;}

button{border: none;}

#shadow1{width: 80%;height: 50px;  box-shadow: 0px 6px 30px #BFBFBF inset;border-radius: 20px;}

</style>

</head>

<body>

<div>

<p>你好 HTML</p>

</div>

<br/>

<div>

<p>這是一個自定義的框</p>

</div>

<br/>

<button>提交</button>


<div id="shadow1"> 

<p> hi,陰影</p>

</div>

</body>

</html>


Correcting teacher:天蓬老師Correction time:2019-05-27 09:12:22
Teacher's summary:不合格 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>我的博客頁</title> </head> <body>

Release Notes

Popular Entries