亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

CSS邊框樣式

オリジナル 2019-03-06 17:52:02 180
サマリー:<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">&

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>CSS邊框</title>

<style>

.box{width: 150px;height: 150px;background: violet; border: 2px dashed #ccc;border-radius: 75px}

.main{width: 150px;height: 150px;border-right: 1px dotted red;border-bottom: 1px double black;border-top: 1px solid red;background: #fff;border-left: 1px solid pink;}

button{border: 1px double burlywood;margin-top:10px }

.shadow{width:300px;height: 50px;box-shadow: 1px 5px 40px yellowgreen inset;margin-top: 10px;}


</style>




</head>

<body>

<div class="box"></div>

<div class="main"></div>

<button>登錄</button>

<div class="shadow"></div>

</body>

</html>


添削の先生:滅絕師太添削時間:2019-03-07 09:08:52
先生のまとめ:代碼提交注意格式哦!完成的不錯,繼續(xù)加油!

手記を発表する

人気のある見出し語