abc
This commit is contained in:
3
Ware.txt
3
Ware.txt
@@ -29,7 +29,6 @@ Maximale RAM Größe 128GB
|
|||||||
Speichertypen: DDR5 4800MT/s; DDR4 3200MT/s
|
Speichertypen: DDR5 4800MT/s; DDR4 3200MT/s
|
||||||
Speicherkanäle: 2
|
Speicherkanäle: 2
|
||||||
Speicherbandbreite: 76,8GB/s
|
Speicherbandbreite: 76,8GB/s
|
||||||
Prozessorgrafik: Intel UHD Graphics 770 300MHz -1.55GHz
|
Prozessorgrafik: Intel UHD Graphics 770; 300MHz up to 1.55GHz
|
||||||
Video Ausgang: Displayport 1.4, HDMI 2.1
|
Video Ausgang: Displayport 1.4, HDMI 2.1
|
||||||
Maximale Video Auflösung: HDMI 4096x2160@60Hz; DP 7680x4320@60Hz
|
Maximale Video Auflösung: HDMI 4096x2160@60Hz; DP 7680x4320@60Hz
|
||||||
|
|
||||||
|
|||||||
BIN
assets/bilder/RTX3090FE.png
Normal file
BIN
assets/bilder/RTX3090FE.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 734 KiB |
@@ -25,13 +25,12 @@
|
|||||||
width: 81%;
|
width: 81%;
|
||||||
height: 26%;
|
height: 26%;
|
||||||
}
|
}
|
||||||
#tp{
|
#top-item {
|
||||||
margin-top: 6.5%;
|
margin-top: 6.5%;
|
||||||
}
|
}
|
||||||
.shop-img img {
|
.shop-img img {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
border: 0.05em solid #121212;
|
|
||||||
height: 90%;
|
height: 90%;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
@@ -42,7 +41,12 @@
|
|||||||
}
|
}
|
||||||
.item-desc {
|
.item-desc {
|
||||||
margin-top: 1%;
|
margin-top: 1%;
|
||||||
|
color: #b5b5bd;
|
||||||
}
|
}
|
||||||
.item-hdline {
|
.item-hdline {
|
||||||
margin-top: 1%;
|
margin-top: 1%;
|
||||||
|
}
|
||||||
|
.item-preis {
|
||||||
|
margin-top: 1%;
|
||||||
|
color: #b5b5bd;
|
||||||
}
|
}
|
||||||
0
assets/seiten/css/waren.css
Normal file
0
assets/seiten/css/waren.css
Normal file
@@ -24,15 +24,17 @@
|
|||||||
<h1 class="hdline">Neuwaren Shop</h1>
|
<h1 class="hdline">Neuwaren Shop</h1>
|
||||||
|
|
||||||
<!-- Shop Items -->
|
<!-- Shop Items -->
|
||||||
<div id="tp" class="item">
|
<div id="top-item" class="item" onclick="location.href='./waren/RTX3090FE.html';">
|
||||||
<a class="shop-img" href="../bilder/SignIn_Button.jpg">
|
<a href="./waren/RTX3090FE.html">
|
||||||
<img class="shop-img" src="../bilder/SignIn_Button.jpg"/>
|
<a class="shop-img">
|
||||||
|
<img class="shop-img" src="../bilder/RTX3090FE.png"/>
|
||||||
|
</a>
|
||||||
|
<div class="item-description">
|
||||||
|
<h1 class="item-hdline">Geforce RTX3090</h1>
|
||||||
|
<p class="item-desc">Nvidia Geforce RTX3090 Founders Edition</p>
|
||||||
|
<p class="item-preis">Preis: 1.549€*</p>
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="item-description">
|
|
||||||
<h1 class="item-hdline">Name</h1>
|
|
||||||
<p class="item-desc">Description</p>
|
|
||||||
<p class="preis">Preis</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item">
|
<div class="item">
|
||||||
@@ -40,23 +42,11 @@
|
|||||||
<img class="shop-img" src="../bilder/SignIn_Button.jpg"/>
|
<img class="shop-img" src="../bilder/SignIn_Button.jpg"/>
|
||||||
</a>
|
</a>
|
||||||
<div class="item-description">
|
<div class="item-description">
|
||||||
<h1 class="item-hdline">Name 2</h1>
|
<h1 class="item-hdline">Name</h1>
|
||||||
<p class="item-desc">Description 2</p>
|
<p class="item-desc">Description</p>
|
||||||
<p class="preis">Preis 2</p>
|
<p class="item-preis">Preis: </p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
</div>
|
||||||
<a class="shop-img" href="../bilder/SignIn_Button.jpg">
|
|
||||||
<img class="shop-img" src="../bilder/SignIn_Button.jpg"/>
|
|
||||||
</a>
|
|
||||||
<div class="item-description">
|
|
||||||
<h1 class="item-hdline">Name 3</h1>
|
|
||||||
<p class="item-desc">Description 3</p>
|
|
||||||
<p class="preis">Preis 3</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- On Top Knopf -->
|
|
||||||
<a id="up-btn" href="#top">⬆️<br>Nach Oben</a>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
0
assets/seiten/waren/RTX3090FE.html
Normal file
0
assets/seiten/waren/RTX3090FE.html
Normal file
Reference in New Issue
Block a user