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
/**Happy Valentine's Day | |
*/ | |
*, *:before, *:after { | |
box-sizing: border-box | |
} | |
body{ | |
background-color:#E03840; | |
} |
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
/**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 { |
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
/**Testing Tabs | |
* The first commented line is your dabblet’s title | |
*/ | |
html { | |
background: aliceblue; | |
background: linear-gradient(45deg, #609040, #a0d080); | |
min-height: 100%; | |
} | |
body { |
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
/**Understanding Tabs | |
* The first commented line is your dabblet’s title | |
*/ | |
body { | |
font: 18px Georgia,serif; | |
margin: 6em 0 0; | |
} | |
.tabs { | |
display: block; |
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
body { | |
font: 18px Georgia,serif; | |
margin: 6em 0 0; | |
} | |
.tabs { | |
display: block; | |
margin: 0 auto; | |
position:relative; | |
width: 15em; |
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
body { | |
font: 18px Georgia,serif; | |
margin: 6em 0 0; | |
} | |
.tabs { | |
display: block; | |
margin: 0 auto; | |
position:relative; | |
width: 15em; |