<!-- https://opentutorials.org/module/2367/13464 의 예제 -->
<div id="parent">
<div id="child">
Hello world
</div>
</div>
#parent{
/*border:1px solid tomato;*/
margin-top:100px;
}
#child{
background-color: powderblue;
margin-top:50px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.