Created
March 20, 2013 11:52
-
-
Save marciobarrios/5204088 to your computer and use it in GitHub Desktop.
A little test for CSS interviews
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* A little test for CSS interviews */ | |
/* Default */ | |
body, input { font: 14px/20px sans-serif; color: #666; } | |
fieldset { border: 0; } | |
legend { font-weight: bold; } | |
input { padding: 9px; margin: 0; border: 1px solid #ccc; border-radius: 4px; margin-left: 10px; } | |
input:focus { outline: none; } | |
legend, label { color: #222; width: 150px; } | |
/* How can we get this? http://cl.ly/NhFL */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<fieldset> | |
<legend>Title</legend> | |
<p class=p> | |
<label class=l>Nombre</label> | |
<input> | |
</p> | |
<p class=p> | |
<label class=l>This is a super big label with lot of text to fit</label> | |
<input> | |
</p> | |
</fieldset> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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