<!-- <style>
div {
width:200px;
height:100px;
display:ineline-block;
margin:15px;
border:2px solid;
border-radius:20px;
}
.box1{ box-shadow:2px -2px 5px 0px black;}
.box2{ box-shadow:5px 5px 15px 5px gray;}
</style>
<div class="box1"></div>
<div class="box2"></div> -->
<!-- <style>
div {
width:100px;
height:100px;
background:yellow;
border:3px solid red;
border-radius:50%;
}
</style>
<div></div> -->
<!-- <style>
div {
width:200px;
height:100px;
background: #0094ffe;
}
.box1{margin:30px 50px 30px 50px;}
.box2{margin:30px 50px;}
.box3{margin:50px;}
.box4{margin:30px 5px 10px; }
</style>
<body>
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
<div class="box4"></div>
</body> -->
<!-- <style>
.box {margin:0 auto;}
</style>
<div calss="box"></div> -->
<!-- <style>
div {
width:200px;
height:auto;
background:#0094ff;
display:inkine-block;
margin:15px;
color:white;
}
.box1{ padding:10px 30px 10px 30px;}
.box2{ padding:10px 30px;}
.box3{ padding:10px;}
</style>
<div class="box1">ㅈㅣㅅㅓㅇㅇㅣㄴㅡㄴ ㅊㅜㄱㄱㅜㄹㅡㄹ........</div>
<div class="box2">ㅈㅣㅅㅓㅇㅇㅣㄴㅡㄴ ㅊㅜㄱㄱㅜㄹㅡㄹ........</div>
<div class="box3">ㅈㅣㅅㅓㅇㅇㅣㄴㅡㄴ ㅊㅜㄱㄱㅜㄹㅡㄹ........</div> -->
<!-- <style>
.box1{
float:left;
}
.box2{
float:left;
}
.box3{
}
.box4{
clear:both;
}
</style>
-->