Skip to content

Commit c8e7f36

Browse files
committed
modify a bearing angles error
1 parent 0aa13e5 commit c8e7f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-round-display/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ The 'polar-distance' property specifies the distance from the center of the pare
311311
This example shows a way to align elements within the polar coordinates system.
312312
<pre>&lt;body style="position: polar;">
313313

314-
&lt;div id="circle1" style="polar-angle: 0deg; polar-distance: 20%">&lt;/div>
315-
&lt;div id="circle2" style="polar-angle: 90deg; polar-distance: 50%">&lt;/div>
314+
&lt;div id="circle1" style="polar-angle: 0deg; polar-distance: 50%">&lt;/div>
315+
&lt;div id="circle2" style="polar-angle: 90deg; polar-distance: 20%">&lt;/div>
316316
&lt;div id="circle3" style="polar-angle: 225deg; polar-distance: 100%">&lt;/div>
317317
&lt;/body>
318318
</pre>

0 commit comments

Comments
 (0)