You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ <h3 class="muted">Intro.js</h3>
37
37
38
38
<divclass="jumbotron">
39
39
<h1data-step="1" data-intro="Hello all! :) This project's called Intro.js.">Intro<spanstyle="font-weight: normal;">.js</span></h1>
40
-
<pclass="lead" data-step="4" data-intro="Let's try it. It's free and open-source."data-position='top'>Better introductions for websites and features with a step-by-step guide for your projects.</p>
40
+
<pclass="lead" data-step="4" data-intro="Let's try it. It's free and open-source.">Better introductions for websites and features with a step-by-step guide for your projects.</p>
41
41
<aclass="btn btn-large btn-success" href="javascript:void(0);" onclick="javascript:introJs().start();">Show me how</a>
42
42
</div>
43
43
@@ -49,7 +49,7 @@ <h4>Easy to Use</h4>
49
49
<p>Just include the js and css files and add <code>data-step</code> and <code>data-intro</code> to your code.</p>
50
50
51
51
<h4>Fast & Small</h4>
52
-
<p><strong>4 KB</strong> JavaScript and <strong>2 KB</strong> CSS. That's all.</p>
52
+
<p><strong>7 KB</strong> JavaScript and <strong>3 KB</strong> CSS. That's all.</p>
53
53
54
54
<h4>Free & Open-Source</h4>
55
55
<p>Free and open-source (including commercial use). Published under MIT license.</p>
0 commit comments