Hello i want create photo like this image I want this logo to be in the upper right corner and in the person's photo
this is my code
<div style='position:relative'>
<img src='https://i.ibb.co/gFsCTmf/orang.jpg'>
<img src='https://i.ibb.co/hLB6zMr/logo.png' style='position:absoulute;top:-10px;right:0px'>
</div>
and this is my jsfiddle im try add position absolute in logo image and div position relative doesn't work. Help me thank's