I've been trying to create a round button using the code below, but something seems to be wrong with it. The issue I'm facing is that the area around the image is also clickable, even though I have used border-radius. Can someone please take a look at my code and point out any mistakes? Keep in mind that I am new to programming.
<a href="#">
<div class="hotel">
<img src="http://www.litorehotel.com/web/en/images/placeholders/1920x1200-0.jpg" height="400" width="400" alt="Our hotels and resorts" usemap="#hotel">
<p class="hotimg">Our hotels and resorts</p>
</div>
</a>
<map name="hotel">
<area shape="circle" coords="961, 603, 819" href="#" />
</map>