You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: content/css/concepts/margins/terms/margin-inline/margin-inline.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ h1 {
51
51
}
52
52
```
53
53
54
+
The output will be as follows:
55
+
56
+

57
+
54
58
## Example 2
55
59
56
60
This example sets the inline-start margin of the `h1` element to be `10px` and inline-end margin to be `30px`:
@@ -61,6 +65,10 @@ h1 {
61
65
}
62
66
```
63
67
68
+
The output will be as follows:
69
+
70
+

71
+
64
72
## Example 3
65
73
66
74
The following example sets the inline margins of the `h1` element to be `5%`:
@@ -70,3 +78,7 @@ h1 {
70
78
margin-inline: 5%;
71
79
}
72
80
```
81
+
82
+
The output will be as follows:
83
+
84
+

0 commit comments