<html>
<head>
<title>Font Awesome Test</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<style>
div { font-size: 10pt; margin: 6px; }
</style>
</head>
<body>
<div><i class="fa fa-camera-retro"></i> 標準</div>
<div><i class="fa fa-camera-retro fa-lg"></i> fa-lg 放大</div>
<div><i class="fa fa-camera-retro fa-2x"></i> fa-2x 兩倍大</div>
<div><i class="fa fa-camera-retro fa-3x"></i> fa-3x 三倍大</div>
<div><i class="fa fa-camera-retro fa-4x"></i> fa-4x 四倍大</div>
<div><i class="fa fa-camera-retro fa-5x"></i> fa-5x 五倍大</div>
<div>
<i class="fa fa-android fa-2x fa-spin" style="color: #1d6000"></i>
fa-spin 轉圈圈
</div>
<div>
<i class="fa fa-area-chart fa-2x"></i>
<i class="fa fa-area-chart fa-2x fa-rotate-90"></i>
<i class="fa fa-area-chart fa-2x fa-rotate-180"></i>
<i class="fa fa-area-chart fa-2x fa-rotate-270"></i>
fa-rotate-90/180/270 旋轉
</div>
<div>
<i class="fa fa-git fa-2x fa-flip-horizontal"></i>
<i class="fa fa-git fa-2x fa-flip-vertical"></i>
fa-flip-horizontal fa-flip-vertical 水平/垂直鏡像
</div>
<div>
<i class="fa fa-arrow-up fa-2x "></i>
<i class="fa fa-arrow-left fa-2x"></i> 可變寬度
</div>
<div>
<i class="fa fa-arrow-up fa-2x fa-fw"></i>
<i class="fa fa-arrow-left fa-2x fa-fw"></i> fa-fw 固定寬度
</div>
<div>
<span class="fa-stack fa-lg">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-html5 fa-stack-1x"></i>
</span>
fa-stack 疊圖 fa-square-o 圓角框
</div>
<div>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-html5 fa-stack-1x fa-inverse"></i>
</span>
fa-circle 圓形 + fa-inverse 反白
</div>
<div>
<span class="fa-stack fa-lg">
<i class="fa fa-html5 fa-stack-1x"></i>
<i class="fa fa-ban fa-stack-2x" style="color: red"></i>
</span>
fa-ban 禁止符號
</div>
</body>
</html>
Output
This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account
Dismiss xKeyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |