Add skeleton of The Magician card

This commit is contained in:
The Magician 2023-12-02 17:44:16 +00:00
parent 427e49e596
commit 233b62022a
1 changed files with 22 additions and 1 deletions

View File

@ -20,6 +20,27 @@
<div class="starfield__stars"></div>
</div>
<div class="center-grid"></div>
<div class="center-grid">
<div id="the-magician" class="tarot-card tarot-card--deal tarot-card--flip-on-hover">
<div class="tarot-card__content">
<div class="tarot-card__side tarot-card__side--front">
<div class="tarot-card__section tarot-card__section--art">
<img class="tarot-card__art"
src=""
alt="The Magician card artwork."
title="The Magician card artwork." />
</div>
<div class="tarot-card__section tarot-card__section--title">
<p class="tarot-card__title">The Magician.</p>
</div>
</div>
<div class="tarot-card__side tarot-card__side--back">
<div class="tarot-card__section">
<p>This is the back side of The Magician.</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>