We don't yet support multiple images but we at least continue to use the first rather than having none
9 lines
171 B
HTML
9 lines
171 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
#mask-image-box {
|
|
background-color: green;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
<div id="mask-image-box"></div>
|