9 lines
150 B
HTML
9 lines
150 B
HTML
<!doctype html>
|
|
<style>
|
|
img {
|
|
width: 200px;
|
|
height: 200px;
|
|
background-color: red;
|
|
}
|
|
</style>
|
|
<img src="../support/image-with-nested-rects.svg">
|