This commit is contained in:
2022-01-17 11:17:15 +01:00
parent 561dd02207
commit a71fd878d3
2 changed files with 9 additions and 2 deletions

View File

@@ -19,9 +19,14 @@
}
.product-desc {
float: right;
width: 100%;
width: 90%;
height: 71%;
margin-top: 5%;
}
.placeholder {
width: 100%;
height: 100%;
}
.seite {
display: inline-flex;
}

View File

@@ -30,8 +30,10 @@
<img title="Produkt Bild" src="../../bilder/RTX3090FE.png"/>
</div>
</div>
<div class="placeholder">
<div class="product-desc">
<a title="Produkt Informationen">Hersteller: Nvidia<br>Release:</a>
<a title="Produkt Informationen">Hersteller: Nvidia<br></a>
</div>
</div>
</div>
</body>