Diferencia entre revisiones de «Icons»
De enunpimpam
Línea 18: | Línea 18: | ||
https://img.icons8.com/color/48/000000/bootstrap.png | https://img.icons8.com/color/48/000000/bootstrap.png | ||
---- | ---- | ||
+ | |||
==FontAwesome== | ==FontAwesome== | ||
+ | |||
+ | https://fontawesome.com/ | ||
+ | |||
Dentro de '''<nowiki><i></nowiki>''' | Dentro de '''<nowiki><i></nowiki>''' | ||
+ | <div class="alert alert-primary text-center"> | ||
<i class="fas fa-exclamation-circle text-danger fa-3x"></i> | <i class="fas fa-exclamation-circle text-danger fa-3x"></i> | ||
+ | <span class="nota"><code class="alert-info><nowiki><i class="fas fa-exclamation-circle text-danger fa-3x"></i></nowiki></code></span> | ||
+ | </div> | ||
− | + | <div class="alert alert-primary text-center"> | |
+ | <i class="fas fa-exclamation text-danger fa-3x"></i> | ||
+ | <span class="nota"><code class="alert-info><nowiki><i class="fas fa-exclamation text-danger fa-3x"></i></nowiki></code></span> | ||
+ | </div> | ||
− | + | <div class="alert alert-primary text-center"> | |
+ | <i class="fas fa-exclamation-triangle text-warning fa-3x"></i> | ||
+ | <span class="nota"><code class="alert-info><nowiki><i class="fas fa-exclamation-triangle text-danger fa-3x"></i></nowiki></code></span> | ||
+ | </div> | ||
+ | |||
+ | <div class="alert alert-primary text-center"> | ||
+ | <i class="fas fa-info-circle text-warning fa-3x"></i> | ||
+ | <span class="nota"><code class="alert-info><nowiki><i class="fas fa-info-circle text-danger fa-3x"></i></nowiki></code></span> | ||
+ | </div> | ||
+ | |||
+ | <div class="alert alert-primary text-center"> | ||
+ | <i class="fas fa-check-circle text-success fa-3x"></i> | ||
+ | <span class="nota"><code class="alert-info><nowiki><i class="fas fa-check-circle text-danger fa-3x"></i></nowiki></code></span> | ||
+ | </div> |
Revisión del 11:11 14 may 2020
Icons8
Simplemente poniendo url
https://img.icons8.com/color/48/000000/ubuntu--v1.png
FontAwesome
Dentro de <i>
<i class="fas fa-exclamation-circle text-danger fa-3x"></i>
<i class="fas fa-exclamation text-danger fa-3x"></i>
<i class="fas fa-exclamation-triangle text-danger fa-3x"></i>
<i class="fas fa-info-circle text-danger fa-3x"></i>
<i class="fas fa-check-circle text-danger fa-3x"></i>