fudong的学习了解

Original 2019-03-26 15:15:14 205
abstract:<!DOCTYPE  html>  <html>  <head>          <mete charcet="utf-8">   <title>学习css第三节课—css盒模型</title >  

<!DOCTYPE  html>

  <html>

  <head>

          <mete charcet="utf-8">

  <title>学习css第三节课—css盒模型</title >

  <link rel ="shotcut icon"  type="image/x -icon"  herf="images/1.jpg">

  <link rel ="stylesheet"  type="text /css“  herf="css/index.css">

          <style  type="text/css">

              .box{width:100px;height:  100px;border-top:  1px  solid  red;background:  #ccc;border-left;  1培训 solid  red; }

      .main{width:100px;height:  100px;border:  1px  dotted  #ccc;border-radius:50px; }

  button{border:none;}

  .shadow{width  300px;height:  40px;box-shadow:6px  30px  20px  #ccc  inset;}

  </style>

  </head>

  < body>

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

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

  <button>登录</button>

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

  </body>


Correcting teacher:灭绝师太Correction time:2019-03-26 16:46:01
Teacher's summary:布局是浮动的使用要注意的是清除浮动哦!注意测试一下!

Release Notes

Popular Entries