I need to make border around a dynamic photo, but it doesn’t work(see the picture).
Here is the code of CSS:
a
{border:3px Black solid; }
And the code of HTML:
<a href="big-size.png" >
<img src="mini-size.png" alt="photo de cv">
</a>
When I try to do that around a text it works, but it doesn’t work for my dynamic photo, I see a line on the bottom part but not on left, right and top.