Skip to content

Instantly share code, notes, and snippets.

@chikadance
Created January 6, 2017 14:01
Show Gist options
  • Save chikadance/f885d74cc7d207942df64f27c8eb1f5c to your computer and use it in GitHub Desktop.
Save chikadance/f885d74cc7d207942df64f27c8eb1f5c to your computer and use it in GitHub Desktop.
text-center-icon.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.css">
<style>
</style>
</head>
<body>
<div class="webview-back icon"
style="width: 34px; height: 34px; display: inline-block; text-align: center; background-color: lightgray;"><i
class="fa fa-arrow-left" style="vertical-align: middle;"></i>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment