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
#!/bin/bash | |
# Função para exibir mensagens de erro e sair | |
die() { | |
echo "Erro: $1" | |
exit 1 | |
} | |
# Função para exibir a mensagem de ajuda | |
display_help() { |
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
.bola { | |
width:50px; | |
height:50px; | |
background-color:red; | |
border-radius:50%; | |
trasnform-style: preserve-3d; | |
perspective:100px; | |
} | |
@keyframes anima { | |
0% {transform: translateX(0%) scale3d(.5,.5,.5);background-color:blue;} |
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 { | |
} | |
.container { | |
width:100px; | |
height:200px; | |
border:1px solid red; | |
margin:0 auto; | |
perspective:600px; | |
transform-style:preserve-3d; | |
} |
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 { | |
} | |
.container { | |
width:100px; | |
height:200px; | |
border:1px solid red; | |
margin:0 auto; | |
perspective:600px; | |
transform-style:preserve-3d; | |
} |
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 { | |
} | |
.container { | |
width:100px; | |
height:200px; | |
border:1px solid red; | |
margin:0 auto; | |
perspective:600px; | |
transform-style:preserve-3d; | |
} |
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 { | |
} | |
.container { | |
width:100px; | |
height:200px; | |
border:1px solid red; | |
margin:0 auto; | |
perspective:600px; | |
transform-style:preserve-3d; | |
} |
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 | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
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
@import url(http://weloveiconfonts.com/api/?family=typicons); | |
/* typicons */ | |
[class*="typicons-"]:before { | |
font-family: 'Typicons', sans-serif; | |
} | |
body { | |
font: 13px Helvetica Neue, Helvetica, sans-serif; | |
color:white; |
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 | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
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
@import url(http://weloveiconfonts.com/api/?family=entypo); | |
/* zocial */ | |
[class*="zocial-"]:before { | |
font-family: 'zocial', sans-serif; | |
} | |
.entypo-note { | |
font-size:80px; | |
margin-left:-20px; |
NewerOlder