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

css的邊框樣式

原創(chuàng) 2019-01-28 00:46:20 253
摘要:<!DOCTYPE html> <html> <head>     <meta cherset="utf-8">     <title>邊框部分知識(shí)</title>    &nb
<!DOCTYPE html>
<html>
<head>
    <meta cherset="utf-8">
    <title>邊框部分知識(shí)</title>
    <link rel="shortcut icon" type="image/x-icon" href="image/logo.png">
    <link rel="stylesheet" type="text/css" href="css/hcx.css">
    <style type="text/css">
    .box{width: 150px;height: 150px;border: 1px dotted #ccc;border-radius: 75px;>
    .main{width: 150px;height: 150px;border-top: 1px solid red;background: #ccc;border-left: 1px soid red;}
    button{border: none;}
    .shadow{width: 300px;height: 40px;box-shadow: 0px 6px 30px inset;}
    </style>                                                         </head>
 <body>
     <div class="box"></div>
     <div class="main"></div>
     <button>登錄</button>
     <div class="shadow"></div>
</body>
</html>


批改老師:天蓬老師批改時(shí)間:2019-01-28 09:09:35
老師總結(jié):邊框的樣式設(shè)置非常的靈活, 充分利用簡(jiǎn)寫, 可以大大提升效率

發(fā)佈手記

熱門詞條