css border-bottom-style属性怎么用


当前第2页 返回上一页

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<style>

p.none {border-bottom-style:none;}

p.dotted {border-bottom-style:dotted;}

p.dashed {border-bottom-style:dashed;}

p.solid {border-bottom-style:solid;}

p.double {border-bottom-style:double;}

p.groove {border-bottom-style:groove;}

p.ridge {border-bottom-style:ridge;}

p.inset {border-bottom-style:inset;}

p.outset {border-bottom-style:outset;}

</style>

</head>

<body>

<p class="none">无下边框</p>

<p class="dotted">点下边框</p>

<p class="dashed">虚线下边框</p>

<p class="solid">实线下边框</p>

<p class="double">双线下边框</p>

<p class="groove">凹槽下边框</p>

<p class="ridge">垄状下边框</p>

<p class="inset">嵌入下边框</p>

<p class="outset">外凸下边框</p>

</body>

</html>

效果图:

1.jpg

以上就是css border-bottom-style属性怎么用的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

深入了解css属性*-gradient的使用技巧

css background-size属性怎么用

css阴影怎么做

css中的position是什么意思

css中一个冒号和两个冒号分别代表什么?

css怎么去除li的点

css如何设置浮动

css如何让鼠标放上时的小手样式

html中css代码放哪里

css nav-index属性怎么用

更多相关阅读请进入《css》频道 >>




打赏

取消

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

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

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

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

评论

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