Anpassungen
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
.product-info h3 {
|
||||
margin: 0 0 10px 0;
|
||||
font-size: 1.2em;
|
||||
color: #00bfff;
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.product-info p {
|
||||
@@ -122,10 +122,10 @@
|
||||
}
|
||||
|
||||
.buy-button {
|
||||
background-color: #00bfff;
|
||||
background-color: var(--accent);
|
||||
color: #0b0f1a;
|
||||
border: none;
|
||||
padding: 8px 16px;
|
||||
padding: 8px 8px;
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s;
|
||||
|
@@ -24,6 +24,11 @@
|
||||
</header>
|
||||
|
||||
<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="product-card">
|
||||
<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>
|
||||
<div class="product-footer">
|
||||
<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>
|
||||
@@ -44,7 +49,7 @@
|
||||
<p>Top Speed Balanced - Flightblade für dein Aegis Dynamics Schiff</p>
|
||||
<div class="product-footer">
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user