mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
We don't yet support multiple images but we at least continue to use the first rather than having none
10 lines
171 B
HTML
10 lines
171 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
#mask-image-box {
|
|
background-color: green;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
<div id="mask-image-box"></div>
|