[Add more fav games]
This commit is contained in:
parent
faa8efb362
commit
7941f83f3e
4 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,10 @@ div.game-container > a.game:hover {
|
|||
background-size: calc(460px * 0.7) calc(215px * 0.7);
|
||||
}
|
||||
|
||||
div.game-container > a.game.cyberpunk2077 {
|
||||
background-image: url(../media/games/cyberpunk2077.jpg);
|
||||
}
|
||||
|
||||
div.game-container > a.game.dd2 {
|
||||
background-image: url(../media/games/dd2.jpg);
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
</header>
|
||||
<main>
|
||||
<div class="game-container">
|
||||
<a href="https://www.gog.com/de/game/cyberpunk_2077" target="_blank" class="game cyberpunk2077"></a>
|
||||
<a href="https://store.steampowered.com/app/2054970/Dragons_Dogma_2/" target="_blank" class="game dd2"></a>
|
||||
<a href="https://store.steampowered.com/app/1203620/Enshrouded/" target="_blank" class="game enshrouded"></a>
|
||||
<a href="https://store.steampowered.com/app/377160/Fallout_4/" target="_blank" class="game fallout4"></a>
|
||||
|
|
BIN
media/games/cyberpunk2077.jpg
Normal file
BIN
media/games/cyberpunk2077.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
|
@ -25,6 +25,7 @@
|
|||
<li>https://chaos.social/</li>
|
||||
<li>https://matrix.to/</li>
|
||||
<li>https://store.steampowered.com/</li>
|
||||
<li>https://www.gog.com/</li>
|
||||
</ul>
|
||||
</main>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue