Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Aug 9, 2016
1 parent f00420d commit 96bc81d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ <h1>ITCSS: Specificity graph</h1>
<div class="chart"></div>

<h2>Paste your CSS:</h2>
<textarea id="paste"></textarea>
<textarea id="paste">a { text-decoration: none; }
p a { color: #00F; }
div p span a { border-bottom: 1px solid #000; }
.text-center { text-align: center; }
.text-center.selected { background-color: #FF0; }
.selected.valid.new ul li a { text-shadow: 0 0 5px #FFF }
.selected.valid.new.logged-in ul li a { border-radius: 4px; }
#downloads .active { font-size: 23px; }</textarea>

<h2 id="data">Your data:</h2>
<ul id="pills">
Expand Down Expand Up @@ -74,7 +81,7 @@ <h2 id="data">Your data:</h2>
$('.data').hide();
$('.data.' + selection).show();
});

updateChart();
</script>

</body>
Expand Down

0 comments on commit 96bc81d

Please sign in to comment.