WEB/CSS
[CSS] box model - 총넓이 , 총높이 계산
애플쩀
2022. 5. 20. 12:43
pre{
border: 15px solid green;
padding: 50px;
margin:20px;
width:300px;
}