mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-09 00:08:47 +00:00
fix: css slides
This commit is contained in:
parent
6033e65928
commit
dc38239a2e
7 changed files with 73 additions and 31 deletions
|
@ -102,7 +102,7 @@
|
|||
<section>
|
||||
<pre class="html"><code data-trim data-line-numbers>
|
||||
<select name="animals">
|
||||
<option value="">Biete wähle ein Tier</option>
|
||||
<option value="">Bitte wähle ein Tier</option>
|
||||
<option value="cat">Katze</option>
|
||||
<option value="dog">Hund</option>
|
||||
<option value="bird">Vogel</option>
|
||||
|
@ -113,7 +113,7 @@
|
|||
<section>
|
||||
<label for="animals">Tiere</label>
|
||||
<select name="animals" id="animals">
|
||||
<option value="">Biete wähle ein Tier</option>
|
||||
<option value="">Bitte wähle ein Tier</option>
|
||||
<option value="cat">Katze</option>
|
||||
<option value="dog">Hund</option>
|
||||
<option value="bird">Vogel</option>
|
||||
|
@ -131,8 +131,8 @@
|
|||
|
||||
<section>
|
||||
<pre class="html"><code data-trim data-line-numbers>
|
||||
<select name="animals">
|
||||
<option value="" disabled>Biete wähle ein Tier</option>
|
||||
<select name="animals" multiple>
|
||||
<option value="" disabled>Bitte wähle ein Tier</option>
|
||||
<option value="cat">Katze</option>
|
||||
<option value="dog">Hund</option>
|
||||
<option value="bird">Vogel</option>
|
||||
|
@ -143,7 +143,7 @@
|
|||
<section>
|
||||
<label for="animals">Tiere</label>
|
||||
<select name="animals" id="animals" multiple>
|
||||
<option value="" disabled>Biete wähle mindestens ein Tier</option>
|
||||
<option value="" disabled>Bitte wähle mindestens ein Tier</option>
|
||||
<option value="cat">Katze</option>
|
||||
<option value="dog">Hund</option>
|
||||
<option value="bird">Vogel</option>
|
||||
|
@ -188,4 +188,4 @@
|
|||
<p>Falls eine visuell ansprechendere Komponente gewünscht ist, muss eine eigene implementiert werden (inklusive Unterstüztung von Barrierefreiheits-Features)</p>
|
||||
<p>Alternativ bietet sich auch die Nutzung von Komponenten-Bibliotheken an.</p>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue