mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
Base: Add <img> tag + border-radius HTML example
This commit is contained in:
parent
4d110c39f3
commit
68bc742d9e
1 changed files with 5 additions and 0 deletions
|
@ -274,6 +274,11 @@
|
|||
<br>
|
||||
<br>
|
||||
|
||||
<p>This is an <code><img></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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue