Skip to content

Commit

Permalink
fix: ∆
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLantz committed Jan 9, 2017
1 parent 918449c commit a82ec47
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@
text-align: center;
font-size: 40px;
}
.target {margin-left:20px;}
.target {
margin-left:20px;
}
.rightContent{
float:right;
width:40%;
margin-right:20px;
}
.buttonGroup{
margin-top:175px;
}
</style>
</head>
Expand All @@ -38,15 +44,17 @@ <h3>Alerts Event API</h3>
</p>
</div>

<button class="target pe-btn__primary--btn_small" onclick="buttonHandler('success')">Success Alert</button>
<br />
<br />
<button class="target pe-btn__primary--btn_small" onclick="buttonHandler('error')">Error Alert</button>
<br />
<br />
<br />
<br />
<button class="target pe-btn_cta--btn_xlarge" onclick="buttonHandler('clear')">Clear Alert</button>
<div class="buttonGroup">
<button class="target pe-btn__primary--btn_small" onclick="buttonHandler('success')">Success Alert</button>
<br />
<br />
<button class="target pe-btn__primary--btn_small" onclick="buttonHandler('error')">Error Alert</button>
<br />
<br />
<br />
<br />
<button class="target pe-btn_cta--btn_xlarge" onclick="buttonHandler('clear')">Clear Alert</button>
</div>

<script>
function buttonHandler(type) {
Expand Down

0 comments on commit a82ec47

Please sign in to comment.