Anpassungen

This commit is contained in:
2025-05-18 22:45:24 +02:00
parent dd34344611
commit 42bee3a7b8
2 changed files with 10 additions and 5 deletions

View File

@@ -100,7 +100,7 @@
.product-info h3 { .product-info h3 {
margin: 0 0 10px 0; margin: 0 0 10px 0;
font-size: 1.2em; font-size: 1.2em;
color: #00bfff; color: var(--accent);
} }
.product-info p { .product-info p {
@@ -122,10 +122,10 @@
} }
.buy-button { .buy-button {
background-color: #00bfff; background-color: var(--accent);
color: #0b0f1a; color: #0b0f1a;
border: none; border: none;
padding: 8px 16px; padding: 8px 8px;
border-radius: 6px; border-radius: 6px;
cursor: pointer; cursor: pointer;
transition: background-color 0.3s; transition: background-color 0.3s;

View File

@@ -24,6 +24,11 @@
</header> </header>
<main class="wrapper"> <main class="wrapper">
<blockquote>
<p>💜 <ins>Dies ist eine Testseite für das Spiel Star Citizen und ist nicht produktiv :)</ins></p>
</blockquote>
<div class="store-container"> <div class="store-container">
<div class="product-card"> <div class="product-card">
<img src="/static/img/shop/blades/blade_anvil.webp" alt="Paint 1"> <img src="/static/img/shop/blades/blade_anvil.webp" alt="Paint 1">
@@ -32,7 +37,7 @@
<p>Top Speed Balanced - Flightblade für dein Anvil Aerospace Schiff</p> <p>Top Speed Balanced - Flightblade für dein Anvil Aerospace Schiff</p>
<div class="product-footer"> <div class="product-footer">
<span class="price">12.000 aUEC</span> <span class="price">12.000 aUEC</span>
<button class="buy-button">In den Warenkorb</button> <button class="buy-button">Verfügbar</button>
</div> </div>
</div> </div>
</div> </div>
@@ -44,7 +49,7 @@
<p>Top Speed Balanced - Flightblade für dein Aegis Dynamics Schiff</p> <p>Top Speed Balanced - Flightblade für dein Aegis Dynamics Schiff</p>
<div class="product-footer"> <div class="product-footer">
<span class="price">10.000 aUEC</span> <span class="price">10.000 aUEC</span>
<button class="buy-button">In den Warenkorb</button> <button class="buy-button">Verfügbar</button>
</div> </div>
</div> </div>
</div> </div>