-
Notifications
You must be signed in to change notification settings - Fork 0
/
abjuration.html
39 lines (36 loc) · 1.71 KB
/
abjuration.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
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<title>Abjuration</title>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="Default page" name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="/magical-auras/default.css" rel="stylesheet">
<link href="/magical-auras/abjuration.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese"
rel="stylesheet">
<body class="inner-page">
<div class="card border-gray mb-3">
<div class="card-body d-flex">
<div class="mr-3 flex-grow-0 flex-shrink-0 aura-container">
<div class="aura aura--abjuration">
<div class="aura-inner">
<div class="aura-inner2"></div>
</div>
</div>
</div>
<div class="flex-fill">
<p class="card-title mb-0">Abjuration</p>
<p class="small mt-0"><em>a glowing nimbus of white</em></p>
<p class="card-text">Abjuration spells are protective in nature, though some of them have aggressive
uses. They create magical barriers, negate harmful effects, harm trespassers, or banish creatures to
other planes of existence.</p>
</div>
</div>
</div>
</body>
</html>