border

English [?b?:rd?(r)]

n. ???; ??? ??..., ?? the side of...

vt.side of..., around..., bordering...

vi. ??, ??

3?? ??: borders ??: borders ?? ??: bordering ?? ??: bordered ?? ??: bordered

radius

English [?re?di?s] US [?redi?s]

n.radius; ?? ??(??); ??

CSS ??? ?? ?? ???

??: ?? ??, ? ?? ???-*-?? ??? ???? ? ?????.

??: ??border-radius: 1-4 length|% / 1-4 length|%;

??: length? ??? ??? ?????. %? ??? ??? ???? ?????.?

??: ? ??? 4?? ?? ? ???? ?????. Bottom-left? ???? top-right? ?????. ?? ???? ???? ?? ??? ?????. top-right? ???? top-left? ?????.

CSS ??? ?? ?? ?

<!DOCTYPE html>
<html>
<head>
<style> 
div
{
text-align:center;
border:2px solid #a1a1a1;
padding:10px 40px; 
background:#dddddd;
width:350px;
border-radius:25px;
-moz-border-radius:25px; /* 老的 Firefox */
}
</style>
</head>
<body>

<div>border-radius 屬性允許您向元素添加圓角。</div>

</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????