In the image below, there are 4 divisions and I need to add a view-more floating button to image-4 at the center of the div. Can anyone help me achieve this using HTML & CSS?
Please provide a solution similar to the one shown here:
https://i.sstatic.net/DYei1.png
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>