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