outline 屬性是一個簡寫屬性,允許您指定多個屬性的值,例如顏色、樣式、輪廓寬度。
示例
<html>
<head>
</head>
<body>
<p style = "outline:thin solid green;">
This text is having thin solid freen outline.
</p>
<br />
<p style = "outline:thick dashed #009900;">
This text is having thick dashed green outline.
</p>
<br />
</p>
</body>
</html>
登錄后復制
以上就是CSS 輪廓屬性的詳細內容,更多請關注www.92cms.cn其它相關文章!






