start new:
tmux
start new with session name:
tmux new -s myname
.myBounceDiv { | |
-moz-animation:bounce .40s linear; | |
-webkit-animation:bounce .40s linear; | |
} | |
@-moz-keyframes bounce { | |
0%{ -moz-transform:scale(0); opacity:0;} | |
50%{ -moz-transform:scale(1.3); opacity:0.4; } | |
75%{ -moz-transform:scale(0.9); opacity:0.7;} | |
100%{ -moz-transform:scale(1); opacity:1;} |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
/* CSS */ | |