Erweiterung eines Kontainers um eine spezifische Farbe

This commit is contained in:
Marco Kittel 2025-06-11 08:55:35 +02:00
parent 6d63f532a8
commit 1aa9377385
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function App() {
</select> </select>
<Dynamic component={options[selected()]} /> <Dynamic component={options[selected()]} />
<FooComponent text="props test"/> <FooComponent text="props test"/>
<div class="shadow-lg bg-twitter-blue text-center"> <div class="m-12 items-center justify-center^ flex h-screen shadow-lg bg-twitter-blue text-center">
red background red background
</div> </div>
</> </>