Created
September 24, 2024 18:03
-
-
Save dinowang/f4f3bd7c56eeef24e77889f6d70ebe6f to your computer and use it in GitHub Desktop.
MARP
This file contains 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
section { | |
background-image: linear-gradient(to bottom, #ffffff, #efefef); | |
justify-content: start; | |
} | |
section header { | |
background-color: #333; | |
padding: 8px 13px; | |
position: fixed; | |
top: -1px; | |
left: 0; | |
color: #aaa; | |
opacity: .7; | |
} | |
section footer { | |
padding: 8px 15px; | |
position: fixed; | |
bottom: 0; | |
left: 0; | |
color: #666; | |
opacity: .7; | |
} | |
section[id="1"] { | |
justify-content: center; | |
} | |
section[id="1"] h1 { | |
margin-bottom: 80px; | |
} | |
section[id="1"] p { | |
font-size: smaller; | |
color: #666; | |
} | |
section[id="1"] p strong { | |
font-size: larger; | |
color: #333; | |
} | |
section.topic { | |
justify-content: center; | |
} | |
section.fullscreen figure { | |
margin: 50px !important; | |
} | |
section.step figure { | |
margin-top: 150px !important; | |
} | |
section:not([id="1"]) h1 { | |
line-height: .8; | |
} | |
section:not([id="1"]) h2 { | |
line-height: .8; | |
} | |
section table th, section table td { | |
font-size: smaller; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment