Complete the HTML and CSS code to create a div with a class "box" and set its margin to 30px:
<div class="_____"></div>
.box {
margin: _____;
}
Complete the HTML and CSS code to create a div with a class "box" and set its margin to 30px:
<div class="_____"></div>
.box {
margin: _____;
}