<head>
<style>
.relative{position:relative; width:600px;}
.absolute-text{position:absolute; bottom:1; font-size:12px; font-family:"vedana"; background:rgba(251,251,251,0.5);
padding:10px 20px; width:10%; text-align:center;}
</style>
</head>
<body>
<div class="relative">
<img src="Chttps://i.stack.imgur.com/Ss3PX.jpg">
<p class="absolute-text">16<br>august</p>
</div>
</body>
I've been attempting to place text in the bottom-left corner of an image using HTML and CSS, but so far I have not been successful. Here is a sample image for reference:
https://i.stack.imgur.com/Ss3PX.jpg
No matter how many times I try, I haven't been able to get it right...