css边框线怎么设置


当前第2页 返回上一页

设置边框为3D 凹槽和垄状边框

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

<style type="text/css">

        .box1{

            width:100px;

            height:30px;

            border:5px groove pink;

            margin-bottom: 5px;

 

        }

        .box2{

            width:100px;

            height:30px;

            border:5px ridge  pink;

 

        }

    </style>

</head>

<body>

    <div class="box1">3D 凹槽边框</div>

    <div class="box2">垄状边框</div>

</body>

效果图

总结:以上就是本篇文章的全部内容了,希望对大家对学习边框样式有所帮助。

以上就是css边框线怎么设置的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

css边框线怎么设置

border-style属性怎么用

更多相关阅读请进入《border-style》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...