Skip to content

Instantly share code, notes, and snippets.

@svanderbleek
Created December 27, 2013 04:46
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/8142696 to your computer and use it in GitHub Desktop.
Save svanderbleek/8142696 to your computer and use it in GitHub Desktop.
Untitled
.squat-box {
max-width: 400px;
height: 200px;
border-radius: 4px;
background: rgba(200,200,200,.3);
padding: 20px;
font-family: Helvetica;
}
.squat-domain {
margin: 20px 0;
}
label {
font-weight: bold;
}
input {
font-size: 18px;
border-radius: 2px;
border: solid 1px rgba(200,200,200,.5);
display: inline-block;
text-align: right;
}
button {
font-size: 18px;
padding: 0 4px;
border-radius: 2px;
border: solid 1px;
background: rgba(0, 180, 10, .8);
cursor: pointer;
font-weight: bold;
}
<div class="squat-box">
<h2>Registered Domain</h2>
<div class="squat-domain">baroakland.com</div>
<label>$</label>
<input type="text">
<button type="button">Bid</button>
</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