提交 25159557 编写于 作者: K Kamran Ahmed

Demo updates

上级 575a7f3d
......@@ -9,7 +9,7 @@ img.emoji {
}
.page-wrap {
width: 725px;
max-width: 550px;
margin: 50px auto;
background: white;
padding: 10px 30px;
......@@ -35,17 +35,7 @@ img.emoji {
width: 195px;
font-size: 17px;
display: inline-block;
&.btn-right {
margin-left: -5px;
border-radius: 0 8px 8px 0;
filter: grayscale(2);
border-left: 1px solid #2e2e30;
}
&.btn-left {
border-radius: 8px 0 0 8px;
}
margin-top: 2px;
}
a.btn__run-demo {
......
......@@ -18,8 +18,8 @@
<p class="text-muted tagline">Light-weight, no-dependency, vanilla JavaScript engine to drive user's focus across the
page</p>
<a id="animated-tour" href="javascript:void(0)" class="btn btn__example btn__dark btn-left">With Animation</a>
<a id="boring-tour" href="javascript:void(0)" class="btn btn__example btn__dark btn-right">without Animation</a>
<a id="animated-tour" href="javascript:void(0)" class="btn btn__example btn__dark">With Animation</a>
<a id="boring-tour" href="javascript:void(0)" class="btn btn__example btn__dark">without Animation</a>
<div class="github-button top-30">
<!-- Place this tag where you want the button to render. -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册