Skip to content

Instantly share code, notes, and snippets.

@gcyrillus
Forked from anonymous/dabblet.css
Created May 28, 2013 21:29
Show Gist options
  • Save gcyrillus/5666304 to your computer and use it in GitHub Desktop.
Save gcyrillus/5666304 to your computer and use it in GitHub Desktop.
center legend
/* center legend */
legend {font-size:30px;
font-weight:400;
border-bottom:#e45f56 solid 5px;
margin-left:35.7%;
}
form { color:#666;
width:310px;
text-align:center;
}
input {max-width:40%;
<form><fieldset><legend>legend</legend><input type="text" value="texte"/> <input type="text" value="texte"/><br/><input type="submit" value="yep"/></fieldset></form>
// 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