使用CSS将轮廓样式设置为ridge
要将轮廓样式设置为ridge,请使用Outline-style属性和值ridge。在凹槽下,轮廓看起来像是刻在页面上的。脊 值是相反的。
示例
<html> <head> </head> <body> <p style = "outline-width:3px;outline-style:ridge;"> This text is having 3px ridge outline. </p> </body> </html>
要将轮廓样式设置为ridge,请使用Outline-style属性和值ridge。在凹槽下,轮廓看起来像是刻在页面上的。脊 值是相反的。
<html> <head> </head> <body> <p style = "outline-width:3px;outline-style:ridge;"> This text is having 3px ridge outline. </p> </body> </html>