themagician.cc/index.html

47 lines
1.6 KiB
HTML
Raw Normal View History

2023-12-02 17:12:53 +00:00
<!DOCTYPE html>
<html lang="en">
2023-12-02 17:30:07 +00:00
<head>
<meta charset="UTF-8">
<meta name="MobileOptimized" content="320" />
<meta name="HandheldFriendly" content="true" />
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
2023-12-02 17:35:11 +00:00
<link rel="stylesheet" href="./styles/common.css">
<link rel="stylesheet" href="./styles/starfield.css">
2023-12-02 17:39:37 +00:00
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard.css">
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard-deal.css">
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard-flip.css">
2023-12-02 17:35:11 +00:00
2023-12-02 17:31:59 +00:00
<title>The Magician</title>
2023-12-02 17:30:07 +00:00
</head>
<body>
2023-12-02 17:35:11 +00:00
<div class="starfield">
<div class="starfield__stars"></div>
</div>
2023-12-02 17:40:40 +00:00
2023-12-02 17:44:16 +00:00
<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>
2023-12-02 17:30:07 +00:00
</body>
2023-12-02 17:12:53 +00:00
</html>