Skip to content

Instantly share code, notes, and snippets.

@vasslehel
Created February 17, 2016 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vasslehel/ce5b38c5966d9a9ce6a6 to your computer and use it in GitHub Desktop.
Save vasslehel/ce5b38c5966d9a9ce6a6 to your computer and use it in GitHub Desktop.
Untitled
div {
width: 200px;
height: 100px;
background-color: #BADA55;
position: relative;
}
span {
left: 20px;
top: 35px;
position: relative;
}
input {
position: absolute;
top: 10px;
right: 8px;
font-size: 110%;
-webkit-transform: scale(2);
}
<div>
<span>Special box</span>
<input type="checkbox"></input>
</div>
// alert('Hello world!');
{"view":"separate","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