Skip to content

Instantly share code, notes, and snippets.

View npras's full-sized avatar
😃
Coding all the time

Prasanna Natarajan npras

😃
Coding all the time
View GitHub Profile
div#container {
border: 2px solid black;
background: #ddd;
width: 485px;
}
p {
background: gray;
padding: 10px;
display: inline-block;
.one {
background: green;
}
.two {
background: red;
}
@npras
npras / Unselectable-Text.markdown
Created April 2, 2014 11:48
A Pen by Prasanna N.
@npras
npras / Placeholder-color.markdown
Created April 2, 2014 11:53
A Pen by Prasanna N.
p {
font-size: 14px;
text-align: center;
color: orange;
}