-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexported_default.html
34 lines (32 loc) · 2.37 KB
/
exported_default.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html><head><style type="text/css" media="all">.content {
width: 100%;
margin: 0;
padding: 0;
}
.card {
width: 33.3%;
height: 292px;
float: left;
border: 1px solid black;
page-break-before: auto;
text-align: center;
}
.bold {
font-weight: bold;
}</style></head><body class="content"><div class="card "><h2>Lightning Bolt</h2>{"cost"=>"R", "text"=>"Lightning Bolt deals 3 damage to target creature or player."}</div>
<div class="card "><h2>Ancestral Recall</h2>{"cost"=>"U", "text"=>"Target player draws three cards."}</div>
<div class="card "><h2>Healing Salve</h2>{"cost"=>"W", "text"=>"Choose one — Target player gains 3 life; or prevent the next 3 damage that would be dealt to target creature or player this turn."}</div>
<div class="card "><h2>Giant Growth</h2>{"cost"=>"G", "text"=>"Target creature gets +3/+3 until end of turn."}</div>
<div class="card "><h2>Dark Ritual</h2>{"cost"=>"B", "text"=>"Add BBB to your mana pool."}</div>
<div class="card "><h2>Dark Ritual</h2>{"cost"=>"B", "text"=>"Add BBB to your mana pool."}</div>
<div class="card "><h2>Divination</h2>{"cost"=>"2U", "text"=>"Draw two cards."}</div>
<div class="card "><h2>Divination</h2>{"cost"=>"2U", "text"=>"Draw two cards."}</div>
<div class="card "><h2>Mind Rot</h2>{"cost"=>"2B", "text"=>"Target player discards two cards."}</div>
<div class="card "><h2>Brainstorm</h2>{"cost"=>"U", "text"=>"Draw three cards, then put two cards from your hand on top of your library in any order."}</div>
<div class="card "><h2>Brainstorm</h2>{"cost"=>"U", "text"=>"Draw three cards, then put two cards from your hand on top of your library in any order."}</div>
<div class="card "><h2>Brainstorm</h2>{"cost"=>"U", "text"=>"Draw three cards, then put two cards from your hand on top of your library in any order."}</div>
<div class="card "><h2>Swords to Plowshares</h2>{"cost"=>"W", "text"=>"Exile target creature. Its controller gains life equal to its power."}</div>
<div class="card "><h2>Swords to Plowshares</h2>{"cost"=>"W", "text"=>"Exile target creature. Its controller gains life equal to its power."}</div>
<div class="card "><h2>Swords to Plowshares</h2>{"cost"=>"W", "text"=>"Exile target creature. Its controller gains life equal to its power."}</div>
<div class="card "><h2>Swords to Plowshares</h2>{"cost"=>"W", "text"=>"Exile target creature. Its controller gains life equal to its power."}</div>
</body></html>