To create a simple box with rounded corners, add the border-radius property to box1 . #box1 { background: #c00; border-radius: 25px; } The ...
確定! 回上一頁