Base: Add <img> tag + border-radius HTML example

This commit is contained in:
MacDue 2022-06-15 21:30:51 +01:00 committed by Linus Groh
parent 4d110c39f3
commit 68bc742d9e

View file

@ -274,6 +274,11 @@
<br>
<br>
<p>This is an <code>&lt;img&gt;</code> tag with a border radius</p>
<img src="old-computer.png" style="border-radius: 20px; width: 200px">
<br>
<br>
<p>The boxes are 50x50px</p>
<em>All round 10px</em>
<div class="box box-1"></div>