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

CSS邊框簡單應(yīng)用

オリジナル 2019-04-02 12:46:09 206
サマリー:<!DOCTYPE html ><html><head>  <meta charset="utf-8">  <title>員工信息管理系統(tǒng)</title>  <link rel="shortcut icon" type="image/x-ic
<!DOCTYPE html >
<html>
<head>
  <meta charset="utf-8">
  <title>員工信息管理系統(tǒng)</title>
  <link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
  <link rel="stylesheet" type="text/css" href="css/index.css">

  <style type="text/css">
    *{padding:0px; margin:0px;}
    p{color:red;}
    span{padding:20px 30px; background: red;}
    div{background: pink;}
    .box{width:100px; height:100px; /*border:1px solid #ccc;*/border-top: 1px solid red;border-radius: 10px; }
    button{border: none;}
    .shadow{width: 300px; height:40px;box-shadow: 10px 5px 3px red;border: 1px solid #ccc;}
  </style>
</head>


<body>
  <p>大家好,我是皮卡丘</p>
  <span>php中文網(wǎng)</span>
  <div class="box"></div>
  <button>anniu</button>
  <div class="shadow">Shadow</div>
</body>
</html>


添削の先生:查無此人添削時間:2019-04-03 13:22:44
先生のまとめ:完成的不錯。css需要多練習,可以做一些常用的css,每次使用就不需要重新寫了。繼續(xù)加油

手記を発表する

人気のある見出し語