စီစ်တိုက် အစားကျက် အနောက်ဘက်
- ပြီးဆုံး စားသုံး margin-inline
- နောက်ဆုံး စားသုံး margin-inline-start
definition and usage
margin-inline-end
properties specify the margin of the inline direction end.
CSS's margin-inline
and margin-block
properties are similar to margin-top
,margin-bottom
,margin-left
and margin-right
is very similar, but margin-inline
and margin-block
the attribute depends on the block direction and inline direction.
note:related CSS properties writing-mode
and direction
defines the inline direction. This affects the starting and ending positions of the element, as well as margin-inline-end
the result of the attribute. For English pages, the block direction is downward, and the inline direction is from left to right.
instance
example 1
Set the margin of the inline direction end:
div { margin-inline-end: 35px; }
example 2
when <div> element writing-mode
when attribute value is 'vertical-rl', inline direction is downward. The result is that the element's end moves from the right to the bottom:
div { margin-inline-end: 50px; writing-mode: vertical-rl; }
example 3
when <div> element direction
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ်
div { margin-inline-end: 50px; direction: rtl; }
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ်
margin-inline-end: auto|length|initial|inherit;
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ်
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် | အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် |
---|---|
auto | အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် |
length |
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် အိန္ဒိယ ဘာသာ အဓိပ္ပာယ်ကွန်ပျူတာ ပေါ် အစီအစဉ် အကွက်。 |
% | အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် |
initial | အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် initial。 |
inherit | အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် inherit。 |
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ်
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် | auto |
---|---|
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် | အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် |
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် | အိန္ဒိယ ဘာသာ အဓိပ္ပာယ်အိန္ဒိယ ဘာသာ အဓိပ္ပာယ်。 |
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် | အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် |
အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် | အိန္ဒိယ ဘာသာ အဓိပ္ပာယ် |
ဘရာဇ်ဂုဏ်
အော်ဂန်တို့တွင် အရေးပါသော ကုသိုလ် ပေါ်လစ် ပေါ်လစ် အချိန်
ခလီ | အက်ဂီ | ဖြိတ်ပွား | ဆိပ်ဖာ | အိုပ်ပရာ |
---|---|---|---|---|
87.0 | 87.0 | 41.0 | 12.1 | 73.0 |
ပတ်ဝန်းကျင် စားသုံး
လုပ်သုံးခြင်းကွန်ပျူတာဆိုင်ရာ အက်စ်အိုင်ဂျက် အကြိမ်
လုပ်သုံးခြင်းစီစ်တိုက် အစားကျက် အရှေ့ဘက်
လုပ်သုံးခြင်းစက်တင်ပြောင်းလဲသည်
လုပ်သုံးခြင်းစီစ်တိုက် အစားကျက် အကိုင်းအလိုက် အခြေခံ
လုပ်သုံးခြင်းစီစ်တိုက် အစားကျက် ဆန်း
လုပ်သုံးခြင်းစီစ်တိုက် အစားကျက် ဗဟို
လုပ်သုံးခြင်းစီစ်တိုက် အစားကျက် အောက်
လုပ်သုံးခြင်းစက်ပိုင်း writing-mode အကိုးအချုပ်
- ပြီးဆုံး စားသုံး margin-inline
- နောက်ဆုံး စားသုံး margin-inline-start