Created
December 2, 2014 11:29
-
-
Save kitze/0e4cb0a2a4542f179bcf to your computer and use it in GitHub Desktop.
CSS Puns
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
.titanic{ | |
float:none; | |
} | |
.kkk { | |
color: white!important; | |
} | |
.harry-potter-invisibility-cloak { | |
display: none; | |
} | |
.sniper-mode-engaged { | |
cursor: crosshair; | |
} | |
.fat-girl { | |
width: 200%; | |
overflow: visible; | |
} | |
.fat-girl:first-child { | |
width: inherit; | |
} | |
.country-music-concert { | |
white-space: nowrap; | |
} | |
.religious-upbringing { | |
perspective: inherit; | |
flex:none; | |
} | |
.egg:before { | |
content: 'chicken'; | |
} | |
.bambis-mom { | |
cursor: crosshair; | |
orphans: 1; | |
} | |
.autobots{ | |
transform: translate3d(); | |
} | |
.internet-explorer { | |
break-inside:auto; | |
} | |
.einstein .albert { | |
position: relative; | |
} | |
.big-bang:before { | |
content: ""; | |
} | |
.periodic { | |
display: table; | |
} | |
.penis{ | |
height: auto; | |
max-height: inherit; | |
} | |
.kim-kardashian { | |
bottom-padding: 9999px; | |
} | |
.North-Korea { | |
border-style:solid; | |
} | |
.tower-of-pisa { | |
font-style: italic; | |
} | |
.my-presidents-brain { | |
content: " "; | |
} | |
.vampire { | |
-webkit-box-reflect: none; | |
} | |
.australia { | |
transform: rotateY(180deg); | |
} | |
.muscles { | |
display: flex; | |
} | |
.twin-towers { | |
clear: both; | |
} | |
.cat { | |
box-sizing: content-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment