We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304e096 commit b6f2ba6Copy full SHA for b6f2ba6
Base/res/html/misc/border-radius.html
@@ -332,6 +332,21 @@ <h3>Border-radius</h3>
332
<br>
333
334
335
+ <p>All these are non-conventional elements with a border-radius :^)<p>
336
+ <em>iframe to the welcome page</em>
337
+ <br>
338
+ <iframe style="border-radius: 50%; border: none; width: 300px; height: 200px;" src="welcome.html"></iframe>
339
340
+ <em>Fun canvas demo</em>
341
342
+ <canvas id="fun-canvas" style="border-radius: 30%;" width="200" height="200"></canvas>
343
+ <script src="fun-canvas.js"></script>
344
+ <script>
345
+ makeFunCanvas("fun-canvas")
346
+ </script>
347
+ <br/>
348
349
+
350
<p>The boxes are 50x50px</p>
351
<em>All round 10px</em>
352
<div class="box box-1"></div>
0 commit comments