border-bottom ဂုဏ်သတ္တိ
border-bottom ဂုဏ်သတ္တိသည် အောက်ဘောင်အတွက် အရောင်၊
အမျိုးအစားနှင့် အထူကို သတ်မှတ်ပေးသည်။ ၎င်းသည်
border-bottom-width,
border-bottom-style
နှင့် border-bottom-color
တို့အတွက် အတိုကောက်ဂုဏ်သတ္တိတစ်ခု ဖြစ်သည်။
Syntax
selector {
border-bottom: thickness type color;
}
တန်ဖိုးများ၏ အစဉ်အတန်းသည် အရေးမကြီးပါ။
နမူနာ
element တစ်ခုအား 2px အထူရှိသော အနက်ရောင် အောက်ဘောင်တစ်ခု
ပြုလုပ်ကြည့်ပါမည်။
<div id="elem"></div>
#elem {
border-bottom: 2px solid black;
background: #f9f9f9;
width: 300px;
height: 100px;
}
: