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
#pokeball { | |
position:relative; | |
width: 400px; | |
height: 400px; | |
margin:10% auto; | |
background: #CA0601; | |
border-radius: 50%; | |
box-shadow:inset -1px 1px 2px #F74339, | |
inset -15px 5px 2px #FDE0DF, | |
inset 0px -115px 2px #CCCDD5; |
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
/** | |
* clown test only one div - JV | |
*/ | |
body{background: white;} | |
span{ cursor:none; outline:0; color:white; text-align:center;display:block; width:80px; height:80px; position:relative; top:178px; margin:0 auto; background:transparent; z-index:1;} | |
div{ | |
width:75px; |
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
/** | |
* teste transform 3d | |
*/ | |
#container{ | |
position:relative; | |
margin:100px auto; | |
width:200px; | |
height:200px; | |
border: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
/** | |
* teste transform 3d | |
*/ | |
#container{ | |
position:relative; | |
margin:100px auto; | |
width:200px; | |
height:200px; | |
transform:perspective(500); |