mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
Base: Add <img> tag + border-radius HTML example
This commit is contained in:
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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user