Skip to content

Instantly share code, notes, and snippets.

@KMR-zoar
Last active August 29, 2015 14:17
Show Gist options
  • Save KMR-zoar/12c2716ff091420f7571 to your computer and use it in GitHub Desktop.
Save KMR-zoar/12c2716ff091420f7571 to your computer and use it in GitHub Desktop.
//main.cssの最後に追記する
/* 中心の十字腺 */
#cross {
left: 50%;
top: 50%;
right: 50%;
bottom: 50%;
position: fixed;
}
#cross img {
margin-top: -16px;
margin-left: -16px;
user-select: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment