1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 01:10:07 +02:00

👍 ラジオボタンを追加

This commit is contained in:
BcRikko
2018-09-25 08:11:41 +09:00
parent a0fc4e3633
commit 6941522121
8 changed files with 133 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>NES.css - NES-style CSS Framework</title>
<link href="https://rawgit.com/BcRikko/NES.css/master/css/nes.css" rel="stylesheet">
<link href="https://rawgit.com/BcRikko/NES.css/master/css/nes.min.css" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-41640153-4"></script>
<script>
@@ -44,6 +44,25 @@
<a class="button -warning">warning</a>
<a class="button -error">error</a>
</section>
<section class="container">
<h2 class="title -is-3">Radios</h2>
<h3 class="title -is-4">rows</h3>
<div class="radios">
<label><input class="radio" type="radio" name="radios1" checked>FIGHT</label>
<label><input class="radio" type="radio" name="radios1">SPELL</label>
<label><input class="radio" type="radio" name="radios1">ITEM</label>
<label><input class="radio" type="radio" name="radios1">RUN</label>
</div>
<h3 class="title -is-4">columns</h3>
<div class="radios -columns">
<label><input class="radio" type="radio" name="radios2" checked>FIGHT</label>
<label><input class="radio" type="radio" name="radios2">SPELL</label>
<label><input class="radio" type="radio" name="radios2">ITEM</label>
<label><input class="radio" type="radio" name="radios2">RUN</label>
</div>
</section>
<section class="container">
<h2 class="title -is-3">Container</h2>
<h3 class="title -is-4">normal</h3>