mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Base: Add <img> tag + border-radius HTML example
This commit is contained in:
parent
4d110c39f3
commit
68bc742d9e
Notes:
sideshowbarker
2024-07-17 10:09:04 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/68bc742d9e Pull-request: https://github.com/SerenityOS/serenity/pull/14289 Reviewed-by: https://github.com/linusg
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…
Reference in a new issue