<style>
.box {
width: 100px;
height: 100px;
background-color: rgb(0, 255, 0);
}
</style>
<div class="box"></div>
<style>
.box {
width: 100px;
height: 100px;
background-color: rgb(0, 255, 0);
}
</style>
<div class="box"></div>