-
Notifications
You must be signed in to change notification settings - Fork 0
/
illusion.html
40 lines (37 loc) · 1.88 KB
/
illusion.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
40
<!DOCTYPE html>
<html lang="en">
<head>
<title>Illusion</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/illusion.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--illusion">
<div class="aura-inner">
<div class="aura-inner2"></div>
</div>
</div>
</div>
<div class="flex-fill">
<p class="card-title mb-0">Illusion</p>
<p class="small mt-0"><em>a basic brown with subtle hints of depth</em></p>
<p class="card-text">Illusion spells deceive the senses or minds of others. They cause people to see
things that are not there, to miss things that are there, to hear phantom noises, or to remember
things that never happened. Some illusions create phantom images that any creature can see, but the
most insidious illusions plant an image directly in the mind of a creature.</p>
</div>
</div>
</div>
</body>
</html>