Hi
I have the folder image and next to that I have the text "Create Folder".
I want to have the text over the image folder. How to do that?
I have the below code:
<div class="col-12">
<form>
<input id="thefoldername" >
<img _ngcontent-ng-c346306970=""
src="https://res.cloudinary.com/hspa2024/image/upload/v1710794987/folder_fnjqpb.png" style="width: 3%;">
<a (click)="createFolder()" style="color: red;">Create Folder</a>
</form>
</div>