Last active
August 29, 2015 14:17
-
-
Save KMR-zoar/12c2716ff091420f7571 to your computer and use it in GitHub Desktop.
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
//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