css边框样式案例

原创 2018-12-29 14:13:57 286
摘要:<!DOCTYPE html><html><head>  <meta charset="UTF-8">  <link rel="shortcut icon" href="img/1.jpg">  <link rel="styleshe

<!DOCTYPE html>

<html>

<head>

  <meta charset="UTF-8">

  <link rel="shortcut icon" href="img/1.jpg">

  <link rel="stylesheet" href="img/vip.css">

  <title>学习css 边框</title>

  <style type="text/css">

        .box{width:1000px;height:100px;border:1px solid #ccc;border-radius:15px;}

        .main{width:500px;height:100px;border-top:1px solid red;background:#ccc;}

         button{border:none;width:50px;height:30px;}

        .shadow{width:300px;height:40px;}

  </style>

</head>

<body>

      <div></div>

      <div></div>

      <button>登陆</button>

      <div></div>

</body>

</html>


批改老师:灭绝师太批改时间:2018-12-29 14:30:35
老师总结:除了老师上课的测试代码,自己可以拓展案例奥,前端无捷径,主要就是多练习

发布手记

热门词条