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 | |
*/ | |
#classer { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
width:300px; | |
height:300px; | |
margin:auto; | |
} |
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
/*Dynamic content system */ | |
#view { | |
position:relative; | |
width:900px; | |
height:200px; | |
margin:auto; | |
border:5px dashed #000; | |
overflow:hidden;} | |
#holder { |
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
/** | |
* Dynamic content system | |
* | |
*/ | |
#container { } | |
#viewer { | |
position:relative; | |
border:8px red 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
#holder { | |
position:relative; | |
width:700px; | |
height:200px; | |
margin:auto; | |
border:10px solid #000; | |
overflow:hidden;} | |
.panel { | |
position:absolute; |
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 { | |
width:75%; | |
margin-left:auto; | |
margin-right:auto; | |
} | |
header { | |
position:relative; | |
font-family:sylfaen; | |
top:0;} |
NewerOlder