Skip to content

Instantly share code, notes, and snippets.

View naresh-io's full-sized avatar
🏠
Working from home

Naresh naresh-io

🏠
Working from home
View GitHub Profile
@naresh-io
naresh-io / dabblet.css
Last active July 9, 2016 14:38
Untitled
* {
margin: 0;
padding: 0;
}
.header {
width: 100%;
height: 50px;
background-color: #0066cc;
}
.sitename {
@naresh-io
naresh-io / dabblet.css
Last active July 9, 2016 17:07
Untitled
* {
margin: 0;
padding: 0;
}
.header {
width: 100%;
height: 50px;
background-color: #0066cc;
}
.sitename {
// alert('Hello world!');
@naresh-io
naresh-io / dabblet.css
Last active July 15, 2016 12:09
Untitled
* {
padding: 0px;
margin: 0px;
}
.wrapper {
width: 100%;
height: 280px;
background-color: black;
}
.div1, .div2, .div3, .div4, .div5 {
@naresh-io
naresh-io / dabblet.css
Last active July 15, 2016 12:26
Untitled
* {
width: 100%;
padding: 0;
margin: 0 auto;
}
.wrapper {
width: 100%;
height: 280px;
background-color: black;
}
div {
width: 100px;
height: 100px;
padding: 10px;
margin: auto;
border-radius: 10px;
background-color: #369;
text-align: center;
color: white;
font-size: 20px;
@naresh-io
naresh-io / dabblet.css
Last active August 18, 2016 16:02
Untitled
* {
margin: 0;
padding: 0;
}
p {
padding-right: 25px;
background-color: #4ea33a;
color: white;
position: absolute;
padding: 10px 25px 10px 10px;