Skip to content

Instantly share code, notes, and snippets.

@helabenkhalfallah
Created March 23, 2024 18:40
Show Gist options
  • Save helabenkhalfallah/05fb7e26af3695c8bc137e65e083caa3 to your computer and use it in GitHub Desktop.
Save helabenkhalfallah/05fb7e26af3695c8bc137e65e083caa3 to your computer and use it in GitHub Desktop.
Game Card
<div class="card-container">
<div class="card">
<div class="card-header">
<img
src="https://img.freepik.com/premium-photo/retro-video-game-console-gaming-background_670382-215491.jpg?w=400"
alt="Game image"
/>
</div>
<div class="card-body">
<strong>World Impact</strong>
<span>30 MB</span>
<button>Details</button>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment