Skip to content

Instantly share code, notes, and snippets.

@andrewhathaway
Forked from anonymous/dabblet.css
Created October 20, 2012 23:09
Show Gist options
  • Save andrewhathaway/3925156 to your computer and use it in GitHub Desktop.
Save andrewhathaway/3925156 to your computer and use it in GitHub Desktop.
Untitled
body {
font-family: 'verdana';
}
input { display: none; }
.banner {
height: 40px;
background: black
}
input[type=radio]:checked ~ .banner { display: none }
.banner label {
float: right;
color: white;
margin-right: 10px;
line-height: 40px;
}
.banner label:hover {
color: red;
}
.banner p {
margin-left: 10px;
float: left;
color: white;
}
<input type="radio" id="rad">
<div class="banner">
<label for="rad">x</label>
<p>Click the x close me hoe!</p>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment