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
Copy file name to clipboardExpand all lines: css-backgrounds-4/Overview.bs
+32-1Lines changed: 32 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,37 @@ Introduction</h2>
23
23
as this will reduce the effort of keeping them in sync
24
24
(source diffs will be accurate in reflecting the differences).
25
25
26
+
<h2 id="backgrounds">
27
+
Backgrounds</h2>
28
+
29
+
<h3 id="the-background-position">
30
+
Background Positioning: the 'background-position' property</h3>
31
+
32
+
<pre class='propdef'>
33
+
Name: backround-position
34
+
Value: <<position>>#
35
+
Initial: top left
36
+
Applies to: all
37
+
Inherited: no
38
+
Percentages: refer to size of background positioning area <em>minus</em> size of background image
39
+
Media: visual
40
+
Computed value: A list, each item consisting of: a pair of offsets and an origin, each offset given as a combination of an absolute length and a percentage
0 commit comments