margin
English [ˈmɑ:dʒɪn] American [ˈmɑ:rdʒən]
n. Edge, range; limit; profit, surplus; (outside the version) ) of the blank
vt. Leave a margin; become the side of...; add a margin to, surround; add a margin for...
Plural: margins
right
英[raɪt] 美[raɪt]
adv. Immediately, immediately; to the right, right; appropriately; all the time
adj. Correct; appropriate ;right; good, normal
n.right;right;right;right,just;right hand
vt.correct;straighten,make right;arrange;compensate
vi. (ships, etc.) restored to stability
Third person singular: rights Plural: rights Present participle: righting Past tense: righted Past participle: righted
css margin-right property syntax
Function: Set the right margin of the element.
Note: Negative values are allowed.
Note: All major browsers support the margin-right attribute.
css margin-right property example
<html> <head> <style type="text/css"> p.rightmargin {margin-right: 80px} </style> </head> <body> <p>这个段落没有指定外边距。</p> <p class="rightmargin">这个段落带有指定的右外边距。这个段落带有指定的右外边距。这个段落带有指定的右外边距。</p> </body> </html>
Run instance »
Click the "Run instance" button to view the online instance