clearer instructions in presentation

This commit is contained in:
Joshua Seigler 2021-02-05 17:31:56 -05:00
parent f39aa40bf8
commit 69b960e211
2 changed files with 13 additions and 0 deletions

View file

@ -38,6 +38,13 @@
<p><kbd>Esc</kbd> for commands</p>
</section>
<section>
<h2>How to use</h2>
<p><kbd>Esc</kbd> <kbd>C</kbd> to clone the window. Cloned windows will stay in sync.</p>
<p>Move the new window to the projector screen and fullscreen.</p>
<p>In the presenter window, <kbd>Esc</kbd> <kbd>P</kbd> to eliminate transitions and preview the upcoming slide.</p>
</section>
<section>
<blockquote>
<p>Blockquotes are pretty cool, right?</p>

View file

@ -245,6 +245,12 @@ section {
transform-origin: 50% 50%;
}
p {
text-align: left;
padding: 0 1ch;
margin-top: 0.5em;
}
/* live-coding */
.live-coding {