Skills-CSS
Skills-CSS copied to clipboard
Fix Tabulations
I think the tabulations are exaggerated, if they could be reduced a little
.box {
width: 50px;
height: 100px;
background-color: green;
box-shadow: 50px 0px white, 100px 0px red;
}