要將輪廓樣式設置為虛線,請使用值為dashed的outline-style屬性>
示例
<html>
<head>
</head>
<body>
<p style = "outline-width:6px;outline-style:dashed;">
This text is having 6px dashed outline.
</p>
</body>
</html>
登錄后復制
以上就是使用 CSS 將輪廓樣式設置為虛線的詳細內容,更多請關注www.92cms.cn其它相關文章!






