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 { | |
width: 120px; | |
height: 18px; | |
margin: 100px; | |
background: yellow; |
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
.btn_sign { | |
display: inline-block; | |
width: 97px; | |
text-align: center; | |
text-decoration: none; | |
font-size: 12px; | |
line-height: 1.5; | |
color: #fff; | |
border-radius: 3px; | |
border: 1px solid; |
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
.btn_sign { | |
display: inline-block; | |
width: 97px; | |
text-align: center; | |
text-decoration: none; | |
font-size: 12px; | |
line-height: 1.5; | |
color: #fff; | |
border-radius: 3px; | |
border: 1px solid; |
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
.btn_sign { | |
display: inline-block; | |
min-width: 97px; | |
text-align: center; | |
text-decoration: none; | |
font-size: 12px; | |
line-height: 1.5; | |
color: #fff; | |
border-radius: 3px; | |
border: 1px solid; |
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
.btn_sign { | |
min-width: 87px; | |
padding: 0 5px; | |
display: inline-block; | |
text-align: center; | |
text-decoration: none; | |
font-size: 12px; | |
line-height: 1.5; | |
color: #fff; | |
border-radius: 3px; |
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
/** | |
* btn tabs | |
*/ | |
.btn, | |
.btn_text { | |
display: inline-block; | |
border-radius: 3px; | |
position: relative; | |
} |
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
/** | |
* btn tabs | |
*/ | |
.btn, | |
.btn_text { | |
display: inline-block; | |
border-radius: 3px; | |
position: relative; | |
} |
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 | |
*/ | |
.wrap { | |
/* demo */ | |
margin: 100px; | |
background: lime; | |
padding: 20px; |
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
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 14"> | |
<path d="M2 4 L4 4 M1 5 L5 5 M2 6 L9 6 M3 7 L8 7 M4 8 L7 8 M5 9 L6 9 M6 5 L10 5 M7 4 L11 4 M8 3 L12 3 M9 2 L 13 2 M10 1 L 13 1" stroke="black" stroke-width="1" /> | |
</svg> |
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
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"> | |
<path d="M2 4 L4 4 M1 5 L5 5 M2 6 L9 6 M3 7 L8 7 M4 8 L7 8 M5 9 L6 9 M6 5 L10 5 M7 4 L11 4 M8 3 L12 3 M9 2 L 13 2 M10 1 L 13 1" stroke="black" stroke-width="1" /> | |
</svg> |
OlderNewer