border-bottom-style ဂုဏ်သတ္တိ
border-bottom-style ဂုဏ်သတ္တိသည်
အောက်ခြေနယ်နိမိတ်၏ ပုံစံကို သတ်မှတ်ပေးသည်။ ဤဂုဏ်သတ္တိ၏ တန်ဖိုးများသည်
border-style ဂုဏ်သတ္တိတွင်သုံးသော တန်ဖိုးများနှင့် တူညီသည်။
ဝါကျဖွဲ့စည်းပုံ
selector {
border-bottom-style: value;
}
ဥပမာ
အောက်ခြေနယ်နိမိတ်အမျိုးအစား dashed ကို သတ်မှတ်ကြပါစို့။
<div id="elem"></div>
#elem {
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: black;
background: #f9f9f9;
width: 300px;
height: 100px;
}
:
ဤအကြောင်းကိုလည်း ကြည့်ပါ
-
border-bottom-colorဂုဏ်သတ္တိ,
အောက်ခြေနယ်နိမိတ်၏ အရောင်ကို သတ်မှတ်ပေးသည် -
border-bottom-widthဂုဏ်သတ္တိ,
အောက်ခြေနယ်နိမိတ်၏ အထူကို သတ်မှတ်ပေးသည် -
border-bottomဂုဏ်သတ္တိ,
အောက်ခြေဘက်အတွက် နယ်နိမိတ်ကို သတ်မှတ်ပေးသည် -
border-widthဂုဏ်သတ္တိ,
နယ်နိမိတ်အခြမ်းအားလုံး၏ အထူကို သတ်မှတ်ပေးသည်