feat: Combine start and tile screens
- Combine start and tile content to start screen - Remove tile screen - Remove new css module - Integrate style to start module
This commit is contained in:
parent
ebed5a2d42
commit
2387e08ad0
10 changed files with 247 additions and 267 deletions
|
|
@ -801,7 +801,7 @@ order: 2
|
|||
<code><fieldset></code>
|
||||
realisiert.</p>
|
||||
<fieldset>
|
||||
<div class="grid grid_column_2">
|
||||
<div class="dis_grid grid_column_2">
|
||||
<label for="demo__input">Input:</label><input class="input_io" type="text" value="love"
|
||||
readonly="readonly" id="demo__input">
|
||||
<label for="demo__output">Output:</label><input class="input_io" type="text" value="happiness"
|
||||
|
|
@ -813,7 +813,7 @@ order: 2
|
|||
auch eine eigene Beschriftung erhalten.</p>
|
||||
<fieldset>
|
||||
<legend>Einfache Eingabeelemente</legend>
|
||||
<div class="grid grid_column_2">
|
||||
<div class="dis_grid grid_column_2">
|
||||
<label>Schaltflächen:</label>
|
||||
<div>
|
||||
<button>Senden</button>
|
||||
|
|
@ -846,7 +846,7 @@ order: 2
|
|||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Einfache Eingabeelemente mit Stil</legend>
|
||||
<div class="grid grid_column_2">
|
||||
<div class="dis_grid grid_column_2">
|
||||
<label>Schaltflächen:</label>
|
||||
<div class="flex inline">
|
||||
<button class="button_io">Senden</button>
|
||||
|
|
@ -883,7 +883,7 @@ order: 2
|
|||
Information oder lockern das Erscheinungsbild auf.</p>
|
||||
<p>Hier nun eine Liste weiterer Arten von Eingabefeldern:</p>
|
||||
<form action="">
|
||||
<div class="grid grid_column_2">
|
||||
<div class="dis_grid grid_column_2">
|
||||
<label class="">Farbauswahl<br>
|
||||
<code><input[type="color"]></code>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue