As shown in the image I have 4 divisions and need to add view-more floating button on image-4 (center of div). how can I do it using HTML & CSS
Note: I need a solution like this:
Code:
<div class="container">
<div>
<img> 1 </img>
</div>
<div>
<img> 2 </img>
</div>
<div>
<img> 3 </img>
</div>
<div>
<img> 4 </img>
</div>
</div>
