Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Last active March 17, 2017 17:23
Show Gist options
  • Save ktzanev/b6c90a7e1ce6c62a028e6ed95a9b9179 to your computer and use it in GitHub Desktop.
Save ktzanev/b6c90a7e1ce6c62a028e6ed95a9b9179 to your computer and use it in GitHub Desktop.
Exemple icônes Bootstrap (GistRun)
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Exemple icône Bootstrap</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" type="text/css">
<style>
span {
font-size: 50vmin;
padding: 25vmin;
}
</style>
</head>
<body>
<span class="glyphicon glyphicon-headphones"></span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment