DevForAll
What will be the background color of the box?<div class="box">Hello</div> <style> .box { background-color: red; background-color: blue; } </style>
5 months ago | [YT] | 1
DevForAll
What will be the background color of the box?
<div class="box">Hello</div>
<style>
.box {
background-color: red;
background-color: blue;
}
</style>
5 months ago | [YT] | 1