Skip to content

Instantly share code, notes, and snippets.

@Muratam
Last active June 29, 2017 02:17
Show Gist options
  • Save Muratam/1a6f40fecc05073e519b9865bf2dced9 to your computer and use it in GitHub Desktop.
Save Muratam/1a6f40fecc05073e519b9865bf2dced9 to your computer and use it in GitHub Desktop.
marp-general72.css
/* 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