I’m doing the html sizing elements right now and my css won’t connect to my html file. I have
Document for my html and `body { margin: 10px; }.box {
width: 100px;
height: 100px;
background-color: gold;
padding:20 px;
}``
for my css but when i load the live server it is blank