Skip to content

Instantly share code, notes, and snippets.

@yhira
Created April 21, 2018 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yhira/63a3d2d020968dba47caa5a4166db542 to your computer and use it in GitHub Desktop.
Save yhira/63a3d2d020968dba47caa5a4166db542 to your computer and use it in GitHub Desktop.
CSSサンプル
#london {
background-color: gray;
}
#Batman {
background-color: #000;
opacity: 0.3;
}
#hulk {
height: 200%;
width: 200%;
color: green;
}
.ninja {
visibility: hidden;
color: #000;
background: #000;
}
#Titanic {
vertical-align: bottom;
z-index: -1000;
padding-bottom: none;
transform: rotate(-45deg);
}
.toilet-paper {
overflow-y: scroll;
}
#ikea {
display: table;
}
.politician {
position: absolute;
}
.politician.elect {
transform: rotate(180deg);
opacity: .1;
}
#God {
position: absolute;
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment