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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| table { | |
| width: 100%; | |
| } | |
| table td { | |
| border: 1px solid red; |
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| div { | |
| background: url('http://t1.gstatic.com/images?q=tbn:ANd9GcSMUCiE3CHbxQ20Up2EHu37EvQ7MohzyQtPjRuRrrlXqF_YkKBZIMoSwA9PCg') no-repeat; | |
| background-position: center center; | |
| border: 1px solid black; | |
| padding: 40px; | |
| width: 200px; |
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| body { | |
| display: box; | |
| box-orient: vertical; | |
| } | |
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| body { | |
| display: box; | |
| /* | |
| box-orient: vertical; | |
| */ | |
| } |
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
| ul { | |
| } | |
| li { | |
| margin: 0 0 1em; | |
| background: url("http://dabblet.com/favicon.ico") no-repeat; | |
| //list-style-image: url("http://dabblet.com/favicon.ico"); | |
| background-position: 0 center; | |
| padding-left: 40px; | |
| } |
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
| #progressBar { | |
| border: 1px solid red; | |
| background: pink; | |
| } |
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
| .boxA { | |
| background: -moz-element(#boxB); | |
| width: 100px; | |
| height: 100px; | |
| display: table; | |
| text-align: center; | |
| border: 1px solid red; | |
| } | |
| .boxA div{ |
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
| .g-hidden { | |
| } | |
| .black_square { | |
| width: 20px; | |
| height: 20px; | |
| background-color: black; | |
| } |
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
| .boxA { | |
| width: 40px; | |
| height: 20px; | |
| background: pink; | |
| background: red; | |
| } | |
| .boxA::before { | |
| border: 1px solid black; |
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
| .boxA { | |
| width: 40px; | |
| height: 20px; | |
| background: pink; | |
| background: red; | |
| } | |
| .boxA::before { | |
| border: 1px solid black; |
OlderNewer