Portal 2 update

This commit is contained in:
Dzejkobik007
2022-10-03 00:23:52 +02:00
parent 66294c8866
commit 7b37a52f5c
4 changed files with 33 additions and 0 deletions

BIN
wap/citron/cave-citron.mp3 Normal file

Binary file not shown.

BIN
wap/citron/cave_johnson.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

View File

@@ -131,6 +131,18 @@
</tbody>
</table>
</div>
<div class="cave">
<div class="image">
<img src="cave_johnson.png" alt="Avatar" class="avatar">
</div>
<div class="info">
<h3>Portal 2</h3>
<p>Ve hře Portal 2, Cave Johnson, Zakladatel Společnosti Aperture, zminuje citrony...</p>
<audio controls>
<source src="cave-citron.mp3" type="audio/mpeg">
</audio>
</div>
</div>
</body>
</html>

View File

@@ -32,11 +32,32 @@ th, td {
.helper {
display: none;
}
.avatar {
vertical-align: middle;
width: 150px;
height: 150px;
border-radius: 50%;
}
.cave {
margin-top: 5px;
display: flex;
}
.cave .image {
width: 160px;
}
.cave .info {
margin-left: 1;
}
@media (max-width : 600px) {
body {
text-align: center;
}
.cave .image {
display: none;
}
.helper {
display: block;
color: red;