Search
 
SCRIPT & CODE EXAMPLE
 

HTML

css how to place an icon on a photo

.container { position: relative; }
.container img { display: block; }
.container .fa-download { position: absolute; bottom:0; left:0; }
Comment

css how to place an icon on a photo

<link href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" rel="stylesheet"/>

<div class="container">
   <img src="https://placekitten.com/300/300">
   <a href="dog.png" download="new-filename"><i class="fas fa-download"></i></a>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: which is right <hr or <hr/ in html 
Html :: how to revert php artisan ui vue --auth 
Html :: serve index.html locally 
Html :: how to stop html audio 
Html :: boostrap input tag 
Html :: html injection 
Html :: 1x1 transparent image base 64 
Html :: object html 
Html :: simple html dom 
Html :: html get user screen resolution 
Html :: password protect html page 
Html :: input type checkbox and hide checkbox 
Html :: bootstap5 card 
Html :: hide table html 
Html :: how to select only one checkbox in html 
Html :: colors bootstrap 
Html :: accordion bootstrap 
Html :: how to make a button in html go to another address 
Html :: request html nodejs 
Html :: Dangerously Set innerHTML image 
Html :: html <mark 
Html :: input submit text 
Html :: how to combine two input fields in html 
Html :: roslaunch if else 
Html :: emoji css 
Html :: add submit url to button html 
Html :: bootstrap navabar 
Html :: how to make a svg of full width of a webpage html 
Html :: make js run at the end 
Html :: html form generator 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =