Skip to content

Instantly share code, notes, and snippets.

Avatar
🍍

Alberto Mendez piny4man

🍍
View GitHub Profile
@lopspower
lopspower / README.md
Last active September 22, 2023 08:59
Hexadecimal color code for transparency
View README.md
@gokulkrishh
gokulkrishh / media-query.css
Last active September 23, 2023 07:07
CSS Media Queries for Desktop, Tablet, Mobile.
View media-query.css
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@rxaviers
rxaviers / gist:7360908
Last active September 23, 2023 11:18
Complete list of github markdown emoji markup
View gist:7360908

People

:bowtie: :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:
@smokinjoe
smokinjoe / gist:5861897
Created June 25, 2013 20:06
Simple way to create a 'bounce' effect with css's keyframes
View gist:5861897
.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;}
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active September 23, 2023 08:49
tmux shortcuts & cheatsheet
View tmux-cheatsheet.markdown