1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-03 02:53:31 +02:00

add comma for pause per grammar rules

This commit is contained in:
Josh Soref
2018-11-28 12:31:45 -05:00
committed by GitHub
parent 3d15afce5c
commit 8386d01552

View File

@@ -55,17 +55,17 @@
<div class="containers"> <div class="containers">
<div class="container with-title is-center"> <div class="container with-title is-center">
<label class="title">Container.is-center</label> <label class="title">Container.is-center</label>
<p>Good morning. Thou hast had a good night's sleep I hope.</p> <p>Good morning. Thou hast had a good night's sleep, I hope.</p>
</div> </div>
<div class="container is-dark with-title"> <div class="container is-dark with-title">
<label class="title">Container.is-dark</label> <label class="title">Container.is-dark</label>
<p style="color: white;">Good morning. Thou hast had a good night's sleep I hope.</p> <p style="color: white;">Good morning. Thou hast had a good night's sleep, I hope.</p>
</div> </div>
<div class="container is-rounded"> <div class="container is-rounded">
<p>Good morning. Thou hast had a good night's sleep I hope.</p> <p>Good morning. Thou hast had a good night's sleep, I hope.</p>
</div> </div>
<div class="container is-rounded is-dark"> <div class="container is-rounded is-dark">
<p style="color: white;">Good morning. Thou hast had a good night's sleep I hope.</p> <p style="color: white;">Good morning. Thou hast had a good night's sleep, I hope.</p>
</div> </div>
</div> </div>
</section> </section>
@@ -123,7 +123,7 @@
</div> </div>
<div class="message -right"> <div class="message -right">
<div class="balloon from-right"> <div class="balloon from-right">
<p>Good morning. Thou hast had a good night's sleep I hope.</p> <p>Good morning. Thou hast had a good night's sleep, I hope.</p>
</div> </div>
<i class="bcrikko"></i> <i class="bcrikko"></i>
</div> </div>