Skip to content

Commit

Permalink
Tweaked demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cryer committed Apr 18, 2013
1 parent b6be744 commit fcdf50a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions demo/testpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
<title>PhantomCSS: Test Page</title>

<style>
body {
background: white;
}

.msg{
display:none;
border: 2px solid hotpink;
color: hotpink;
border: 2px solid darkblue;
color: darkblue;
font-weight: bold;
font-family: 'comic sans ms';
font-size: 32px;
font-size: 31px;
}

.msg:target {
Expand All @@ -22,7 +26,7 @@
<body>
<a href="#focus">Click me</a>
<span class="msg" id="focus">
Bam! Looks different.
This just appeared.
</span>
</body>

Expand Down

0 comments on commit fcdf50a

Please sign in to comment.