diff --git a/index.html b/index.html index 988a85dc..77d588e7 100644 --- a/index.html +++ b/index.html @@ -51,8 +51,8 @@

Buttons

- +
@@ -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>

- +

Containers

-
+

Container.is-centered

Good morning. Thou hast had a good night's sleep, I hope.

@@ -84,11 +84,30 @@

Containers

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> + +

-

Radios

-
+
+ +
+
+ +

<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>

+ +
@@ -106,6 +139,7 @@

Checkboxes

Enable +
@@ -120,6 +154,7 @@

Avatars

+
@@ -468,7 +503,7 @@

Controllers

diff --git a/style.css b/style.css index bfb67aff..6794c4b1 100644 --- a/style.css +++ b/style.css @@ -106,8 +106,8 @@ div.containers > .nes-container { height: 34px; width: 43px; position: absolute; - right: -5px; - top: -5px; + right: -4px; + top: -4px; } .copy {