Skip to content

Instantly share code, notes, and snippets.

View alicelara's full-sized avatar

Alice Lara Rezende alicelara

View GitHub Profile
@alicelara
alicelara / dabblet.css
Created February 14, 2014 16:18
Happy Valentine's Day
/**Happy Valentine's Day
*/
*, *:before, *:after {
box-sizing: border-box
}
body{
background-color:#E03840;
}
@alicelara
alicelara / dabblet.css
Created February 12, 2014 19:53
another css Tabs
/**another css Tabs
* The first commented line is your dabblet’s title
*/
html {
background: aliceblue;
background: linear-gradient(45deg, #FFF, #afd);
min-height: 100%;
}
body {
@alicelara
alicelara / dabblet.css
Created February 11, 2014 18:29
Testing Tabs
/**Testing Tabs
* The first commented line is your dabblet’s title
*/
html {
background: aliceblue;
background: linear-gradient(45deg, #609040, #a0d080);
min-height: 100%;
}
body {
@alicelara
alicelara / dabblet.css
Created February 11, 2014 18:24
Understanding Tabs
/**Understanding Tabs
* The first commented line is your dabblet’s title
*/
body {
font: 18px Georgia,serif;
margin: 6em 0 0;
}
.tabs {
display: block;
@alicelara
alicelara / dabblet.css
Created February 11, 2014 02:37
Untitled
body {
font: 18px Georgia,serif;
margin: 6em 0 0;
}
.tabs {
display: block;
margin: 0 auto;
position:relative;
width: 15em;
@alicelara
alicelara / dabblet.css
Created February 11, 2014 02:36 — forked from basher/dabblet.css
Untitled
body {
font: 18px Georgia,serif;
margin: 6em 0 0;
}
.tabs {
display: block;
margin: 0 auto;
position:relative;
width: 15em;