HTML
border-style 屬性指定邊框的樣式。
border: 10px ridge pink border-radius:50% 50% 50% 50%
border: 10px ridge pink border-radius:40px 40px 40px 40px
左邊框為實線 border-left-style:solid 上邊框為實線 border-top-style:dashed 下邊框為虛線 border-right-style:dotted 且顏色為綠色 border-bottom-style:double
border: 10px solid brown; border-radius: 100px; height: 100px ; width: 100px;
border: 10px solid gold; border-radius: 150px; height: 150px ; width: 100px
border: 10px solid bisque; border-radius: 50px 0 0 50px; width:50px ; height:100px;
border: 10px solid blueviolet; border-radius: 0 50px 50px 0 ; width: 50px;height: 100px;
border: 1px solid lawngreen; border-radius: 50px 50px 0 0; width:100px ; height:50px;
border: 2px solid orchid; border-radius: 0 0 50px 50p ; width: 100px;height: 50px;
border: 5px solid bisque; border-radius: 50px 0 50px 0 ; width:100px ; height:50px;
border: 3px solid salmon; border-radius: 0 50px 0 50p ; width: 100px;height: 50px;
沒有留言:
張貼留言