OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 div { | 4 div { |
5 background: red; | 5 background: red; |
6 height: 100px; | 6 height: 100px; |
7 width: 100px; | 7 width: 100px; |
8 } | 8 } |
9 </style> | 9 </style> |
10 </head> | 10 </head> |
11 <body style='margin: 0px'> | 11 <body style='margin: 0px'> |
12 <div> | 12 <div> |
13 <img src='resources/green-relative-size-rect.svg'> | 13 <img style='width: 100%; height: 100%' src='resources/green-relative-size-rect .svg'> |
14 </div> | 14 </div> |
15 </body> | 15 </body> |
16 </html> | 16 </html> |
OLD | NEW |