-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDecoding The Mind.html
More file actions
62 lines (49 loc) · 1.03 KB
/
Decoding The Mind.html
File metadata and controls
62 lines (49 loc) · 1.03 KB
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
<!DOCTYPE html>
<html>
<head>
<style>
.decoding-the-mind {
display: block;
color: #ffffff;
text-align: left;
padding: 14px;
}
navH{
background-color: #A79AB0;
}
.section1 {
background-color: #009DFF;
height: 300px;
}
.section2 {
background-color:#6D0CA3;
height: 200px;
}
</style>
<title>Decoding The Mind</title>
<link rel="stylesheet" href="decodingTheMind.css">
<script src="DecodingTheMind.js"></script>
</head>
<body class="pancakeStack">
<header>
<a href="Decoding The Mind.html" class="logo">
<h1>Decoding the Mind</h1>
</a>
<nav>
<a href="information.html">Information</a>
<a href="activities.html">Activites</a>
<a href="games.html">Games</a>
<a href="contact.html">Contact</a>
<a href="About.html">About Us</a>
</nav>
</header>
<section class="section1">
<h1>HI</h1>
</section>
<section class="section2">
<h2>ez</h2>
</section>
<main>
</main>
</body>
</html>