Portal 2 update
This commit is contained in:
BIN
wap/citron/cave-citron.mp3
Normal file
BIN
wap/citron/cave-citron.mp3
Normal file
Binary file not shown.
BIN
wap/citron/cave_johnson.png
Normal file
BIN
wap/citron/cave_johnson.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 89 KiB |
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user