123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>RPG cards</title>
- <!-- CSS -->
- <link rel=" stylesheet" type="text/css" href="css/output.css">
- <link rel="stylesheet" type="text/css" href="css/card-size.css">
- <!-- Components -->
- <link rel="import" href="components/card.html">
- </head>
- <body class="page-background">
- <card-front class="card-size-25x35" color="maroon">
- <card-title>
- <h1>Burning Hands</h1>
- <h2>1</h2>
- <card-icon src="/icons/lorc/originals/svg/book-cover.svg"></card-icon>
- </card-title>
- <card-contents>
- <card-subtitle>Mage spell</card-subtitle>
- <card-rule></card-rule>
- <card-property><h4>Casting time</h4><p>1 action</p></card-property>
- <card-property><h4>Range</h4><p>Self (15ft cone)</p></card-property>
- <card-property><h4>Components</h4><p>V,S,Some obscure long named material</p></card-property>
- <card-rule></card-rule>
- <card-description><h4>Mechanics</h4><p>Each creature in a 15-foot cone must make a Dexterity saving throw. A creature takes 3d6 fire damage on a failed save, or half as much damage on a successful one.</p></card-description>
- <card-fill size="2"></card-fill>
- <card-section>At higher levels</card-section>
- <card-description><p>+1d6 damage for each slot above 1st</p></card-description>
- </card-contents>
- </card-front>
-
- <card-front class="card-size-25x35" color="saddlebrown">
- <card-title>
- <h1>Brown bear</h1>
- <h2>1</h2>
- <card-icon src="/icons/lorc/originals/svg/pawprint.svg"></card-icon>
- </card-title>
- <card-contents>
- <card-subtitle>Medium beast</card-subtitle>
- <card-rule></card-rule>
- <card-property>Test</card-property>
- </card-contents>
- </card-front>
- </body>
- </html>
|