Skip to content

Instantly share code, notes, and snippets.

@SlexAxton
Created September 16, 2011 06:17
Show Gist options
  • Save SlexAxton/1221337 to your computer and use it in GitHub Desktop.
Save SlexAxton/1221337 to your computer and use it in GitHub Desktop.
new styles
.message {
position: fixed;
top: 10px;
border: 1px solid;
margin: 10px 0px;
padding: 15px 10px;
color: #BD5D83;
background-color: whiteSmoke;
width: 960px;
font-size: 18px;
-webkit-box-shadow: 0px 0px 2px #666;
-moz-box-shadow: 0px 0px 2px #666;
box-shadow: 0px 0px 2px #666;
}
<input id="github_user" type="text" name="github_user" placeholder="Github Name" />
<style>
input::-webkit-input-placeholder {
color: #EEEEEE;
line-height:43px;
font-size: 43px;
padding-top:5px;
}
input::-moz-input-placeholder {
color: #EEEEEE;
line-height:43px;
font-size: 43px;
padding-top:5px;
}
input::-o-input-placeholder {
color: #EEEEEE;
line-height:43px;
font-size: 43px;
padding-top:5px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment