Correction des couleurs sur les boutons
This commit is contained in:
parent
9e7743e16d
commit
7578d9b63f
3 changed files with 20 additions and 8 deletions
|
@ -121,13 +121,13 @@
|
|||
|
||||
<h2 id="formulaires">Les formulaires</h2>
|
||||
<div class="field">
|
||||
<label for="email">Adresse e-mail</label>
|
||||
<input type="email" name="email" id="email" placeholder="ex : damien@darkou.fr">
|
||||
<label for="demo-email">Adresse e-mail</label>
|
||||
<input type="email" name="email" id="demo-email" placeholder="ex : damien@darkou.fr">
|
||||
</div>
|
||||
<pre>
|
||||
<div class="field">
|
||||
<label for="email">Adresse e-mail</label>
|
||||
<input type="email" name="email" id="email" placeholder="ex : damien@darkou.fr">
|
||||
<label for="demo-email">Adresse e-mail</label>
|
||||
<input type="email" name="email" id="demo-email" placeholder="ex : damien@darkou.fr">
|
||||
</div>
|
||||
</pre>
|
||||
<div class="field">
|
||||
|
@ -168,16 +168,24 @@
|
|||
</select>
|
||||
</div>
|
||||
</pre>
|
||||
<div class="field">
|
||||
<form>
|
||||
<fieldset>
|
||||
<div class="field inline">
|
||||
<label for="choix1">choix 1</label>
|
||||
<input type="radio" id="choix1" name="choix" value="choix1" checked>
|
||||
</div>
|
||||
<div class="field inline">
|
||||
<label for="choix2">choix 2</label>
|
||||
<input type="radio" id="choix2" name="choix" value="choix2">
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
<pre>
|
||||
<div class="field">
|
||||
<div class="field inline">
|
||||
<label for="choix1">choix 1</label>
|
||||
<input type="radio" id="choix1" name="choix" value="choix1" checked>
|
||||
</div>
|
||||
<div class="field inline">
|
||||
<label for="choix2">choix 2</label>
|
||||
<input type="radio" id="choix2" name="choix" value="choix2">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue