“CSS Kommentar Placer Un icon sur une Foto” Code-Antworten

CSS Kommentar Placer Un icon sur une Foto

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

CSS Kommentar Placer Un icon sur une Foto

<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>
Nutty Newt

Ähnliche Antworten wie “CSS Kommentar Placer Un icon sur une Foto”

Fragen ähnlich wie “CSS Kommentar Placer Un icon sur une Foto”

Weitere verwandte Antworten zu “CSS Kommentar Placer Un icon sur une Foto” auf CSS

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen