generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUntitled.txt
71 lines (69 loc) · 2.55 KB
/
Untitled.txt
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<div class="container-fluid community-container">
<div class="community-overlay mt-3"> </div>
<div class="row">
<div class="col-6">
<div class="community">
<h1>Organize your own community Esports competition </h1>
<p>Planning on organizing a community competition using StarCraft®, StarCraft® II, World of
Warcraft®, Warcraft® III, Hearthstone®, Heroes of the Storm® or Overwatch®? If so, you must
start by requesting a Blizzard Tournament License!</p>
</div>
</div>
<div class="col-6">
<section>
<div class="card comm-card">
<div class="card-body">
<h5 class="card-title">Community License</h5>
<ul>
<li><i class="far fa-check-square"></i> Prize pool & appearance fees under $10,000 USD.</li>
<li>Total prize pool for your Hearthstone events within 12 months under $50,000 USD.</li>
<li>Additional restrictions apply.</li>
</ul>
<p class="card-text"></p>
<p class="card-text"></p>
<p class="card-text"></p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<div class="card text-center comm-card">
<div class="card-body">
<h5 class="card-title">Custom License</h5>
<p class="card-text">Prize pool & appearance fees under $10,000 USD.</p>
<p class="card-text">Total prize pool for your Hearthstone events within 12 months under $50,000 USD.</p>
<p class="card-text">Additional restrictions apply.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</section>
</div>
</div>
</div>
-------------------------------
.community {
margin-top:0px;
}
.community {
color: #fff;
}
.community h1 {
font-weight: 300;
text-align: center;
margin-bottom: 15px;
}
.community p {
text-align: left;
margin-bottom: 15px;
}
.comm-card {
background-color: rgba(0, 0, 0, 0.25);
padding-bottom: 0px;
float: none;
margin-bottom: 10px;
color: #fff;
}
.comm-card p {
text-align: left;
}
.comm-card ul li {
text-align: left;
}