diff --git a/index.html b/index.html index 988a85dc..77d588e7 100644 --- a/index.html +++ b/index.html @@ -51,8 +51,8 @@
@@ -62,13 +62,13 @@ Buttons
<button type="button" class="nes-btn is-warning">Warning</button>
<button type="button" class="nes-btn is-error">Error</button>
<button type="button" class="nes-btn is-disabled">Disabled</button>
-
+
Container.is-centered
Good morning. Thou hast had a good night's sleep, I hope.
@@ -84,11 +84,30 @@Good morning. Thou hast had a good night's sleep, I hope.
+ <div class="nes-container with-title is-centered">
+ <p class="title">Container.is-centered</p>
+ <p>Good morning. Thou hast had a good night's sleep, I hope.</p>
+ </div>
+ <div class="nes-container is-dark with-title">
+ <p class="title">Container.is-dark</p>
+ <p>Good morning. Thou hast had a good night's sleep, I hope.</p>
+ </div>
+ <div class="nes-container is-rounded">
+ <p>Good morning. Thou hast had a good night's sleep, I hope.</p>
+ </div>
+
<div class="nes-container is-rounded is-dark">
+ <p>Good morning. Thou hast had a good night's sleep, I hope.</p>
+ </div>
+
+
+ <label>
+ <input type="radio" class="nes-radio" name="answer" checked />
+ <span>Yes</span>
+ </label>
+ <label>
+ <input type="radio" class="nes-radio" name="answer" />
+ <span>No</span>
+ </label>
+
+