Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 16, 2019 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/967628371bf40a768aa280a5a5a160b0 to your computer and use it in GitHub Desktop.
Save parzibyte/967628371bf40a768aa280a5a5a160b0 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Demostrar uso de Font Awesome</title>
<link rel="stylesheet" href="css/all.min.css">
</head>
<body>
<h1>
Demostrar uso de font awesome
<small>by parzibyte</small>
</h1>
Editar: <i class="fa fa-edit"></i>
<br>
Eliminar: <i class="fa fa-trash"></i>
<br>
Agregar: <i class="fa fa-plus-circle"></i>
<br>
Descargar: <i class="fa fa-download"></i>
<br>
Descargar gigante: <i style="font-size: 10rem;" class="fa fa-download"></i>
<br>
Eliminar rojo: <i style="color: red;" class="fa fa-download"></i>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment