轮廓(Outline) 实例

1.在元素周围画线
本例演示使用outline属性在元素周围画一条线。

<style type="text/css">
p{border:red solid thin;outline:#00ff00 dotted thick;}
</style>
</head>
<body>
<p><b>注释:</b>只有在规定了 !DOCTYPE 时,Internet Explorer 8 (以及更高版本) 才支持 outline 属性。</p>
</body>

2.设置轮廓的颜色
本例演示如何设置轮廓的颜色。
<style type="text/css">
p{border:red solid thin;outline-style:dotted;outline-color:#00ff00}
</style>
</head>
<body>
<p><b>注释</b> 只有在规定了 !DOCTYPE时,Inter explorer 8 (以及更高版本) 才支持 outline-color属性。</p>
</body>

3.设置轮廓的样式
本例演示如何设置轮廓的样式。
<style type="text/css">
p{border:red solid thin}
p.dotted {outline-style: dotted}
p.dashed {outline-style:dashed}
p.solid {outline-style:solid}
p.double{outline-style:double}
p.groove {outline-style:groove}
p.ridge {outline-style:ridge}
p.inset {outline-style:inset}
p.outset {outline-style:outset}
</style>
</head>
<body>
<p class="dotted">A dotted</p>
<p class="dashed"> A dasehd</p>
<p class="solid">A solid</p>
<p class="double">A double</p>
<p class="groove">A groove</p>
<p class="ridge">A ridge</p>
<p class="inset">A inset</p>
<p class="outset">A outset</p>
</body>

4.设置轮廓的宽度
本例演示如何设置轮廓的宽度。
<style type="text/css">
p.one{
border: red solid thin;
outline-style:solid;
outline-width:thin;
}
p.two{
border:red solid thin;
outline-style:dotted;
outline-width:3px;
}
</style>
</head>
<body>
<p class="one">This is some text in a paragraph.</p>
<p class="two">This is some text in a paragraph.</p>

</body>

转载于:https://www.cnblogs.com/zoulixiang/p/9982808.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值