๐ margin
box์์ border(๊ฒฝ๊ณ)์ ๋ฐ๊นฅ์ ์๋ ๊ณต๊ฐ
<style>
html {
background-color: tomato;
}
body {
margin-top: 20px;
margin-left: 10px;
margin-right: 5px;
margin-bottom: 10px;
background-color: thistle;
}
div {
margin-left: 50px;
height: 150px;
width: 150px;
background-color: whitesmoke;
}
</style>
'StudyLog > CSS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[CSS] Flexbox (0) | 2022.10.09 |
---|---|
[CSS] Block / Inline (0) | 2022.10.09 |