Skip to content

Commit

Permalink
Add codepen to button example
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerie Young authored and mcking65 committed Dec 13, 2020
1 parent ee15d76 commit e9d6506
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/button/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ <h1>Button Examples</h1>
</ul>

<section>
<div class="example-header">
<h2 id="ex_label">Example</h2>
</div>

<div role="separator" id="ex_start_sep" aria-labelledby="ex_start_sep ex_label" aria-label="Start of"></div>

Expand Down Expand Up @@ -154,7 +156,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<section>
<h2>Javascript and CSS Source Code</h2>

<ul>
<ul id="css_js_files">
<li>
CSS:
<a href="css/button.css" type="text/css">button.css</a>
Expand All @@ -176,7 +178,7 @@ <h2 id="sc1_label">HTML Source Code</h2>
<div role="separator" id="sc1_end_sep" aria-labelledby="sc1_end_sep sc1_label" aria-label="End of"></div>

<script>
sourceCode.add('source1', 'example');
sourceCode.add('source1', 'example', 'ex_label', 'css_js_files');
sourceCode.make();
</script>
</section>
Expand Down

0 comments on commit e9d6506

Please sign in to comment.