/* sample solution to style.css */
/* a border for each div so you can see what's going on */
#parent{
border:1px solid black;
height: 100px;
width: 100px;
margin-left:50px;
position:relative;
}
#child{
position: absolute;
right: 100px;
top: 1px;
border: 1px dashed black;
width: 50px;
}
No comments:
Post a Comment