Last active
June 29, 2017 02:17
-
-
Save Muratam/1a6f40fecc05073e519b9865bf2dced9 to your computer and use it in GitHub Desktop.
marp-general72.css
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
/* thanks for http://sesenosannko.hatenablog.com/entry/2017/01/11/171756 */ | |
.centerize + * { | |
text-align: center; | |
} | |
.pillar + * { | |
color: #1A3353; | |
position: absolute; | |
top: 0px; | |
right: 0px; | |
float: right; | |
} | |
.img-left + * img { | |
padding-right: 50px; | |
float: left; | |
} | |
.img-right + * img { | |
padding-left: 50px; | |
float: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment