GameHub/styly/Hry.css

29 lines
405 B
CSS
Raw Normal View History

2024-04-21 14:36:28 +02:00
body {
background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png);
2024-04-21 15:05:15 +02:00
}
main.grid-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px;
padding: 20px;
}
.category {
border: 1px solid #ccc;
padding: 20px;
}
.category h2 {
margin-top: 0;
}
.game {
margin-top: 20px;
text-align: center;
}
.game img {
2024-04-21 17:13:30 +02:00
width: 600;
height: 400;
}