返回css盒模型边......登陆

css盒模型边框样式设计

逝水流年2019-03-01 22:57:13217
<DOCTYPE HTML>
<html>
<head>
    <meta charset="utf-8">
    <titlt>css盒模型边框设计</title>
    <style>
    .box{width:100px;height:100px;border:1px /*solid double dashed 三种不同样式*/ #ccc;
    .main{width:100px;height:100px;/*border-top border-left border-right border-bottom 四条不同的边进行设置:*/
            1px solid red;border-redius:25px;}
    </head>
    <div class="box"></div>
    <div class="main"></div>
</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送