stiky7

HTML

<div id ="container">
    <div id= "image">
    </div>
     <div id= "otherContent">
         asdadasd
         adasdasdasd
         asdasdasd
         adasdasdasd
         asdadadad
         
    </div>
    
</div>

CSS

html,body {
    width:100%
}

#container {
   width:700px;
    height:700px;
    background:#55ff90;
    position:relative;
}

#image {
    width:70px;
    height:60px;
     background:#ffff90;
    position:absolute;
    top:0px;
    right:0px;

}