Skip to content

Instantly share code, notes, and snippets.

@svanderbleek
Created December 9, 2013 03:53
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 svanderbleek/7867176 to your computer and use it in GitHub Desktop.
Save svanderbleek/7867176 to your computer and use it in GitHub Desktop.
Untitled
body {
font-family: Helvetica;
}
textarea {
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, .1);
resize: none;
width: 100%;
height: 160px;
font-size: 18px;
line-height: 20px;
padding: 12px;
}
#content {
width: 600px;
margin: 0 auto;
}
.pill {
border-radius: 2px;
background: rgba(200,200,200,.8);
padding: 6px;
font-size: 20px;
margin-right: 8px;
cursor: pointer;
}
.pill strong {
margin-left: 12px;
}
<div id="content">
<form>
<h1>Findlyzer</h1>
<textarea></textarea>
</form>
<h1>Results</h1>
<p>
<span class="pill">Result<strong class="js-percent">70%</strong></span>
<span class="pill">Result<strong class="js-percent">70%</strong></span>
<span class="pill">Result<strong class="js-percent">70%</strong></span>
</p>
</div>
// alert('Hello world!');
{"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