The structure of the border property is: border: border-style border-width border-color;. Example: .red-box{ border: solid 2px red; } <div class="red-box"> ...
確定! 回上一頁