-
Notifications
You must be signed in to change notification settings - Fork 0
/
cartoon.html
38 lines (31 loc) · 1.62 KB
/
cartoon.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
<!DOCTYPE html>
<html>
<title>Psilocybin Mushrooms as a treatment for Depression, Anxiety, PTSD and Addiction</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="main.css">
<body>
<!-- Navbar -->
<div class="w3-top" id="nav">
<div class="w3-bar w3-black w3-card">
<a href="index.html" class="w3-bar-item w3-button w3-padding-large">HOME</a>
<a href="research.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">RESEARCH ESSAY</a>
<a href="brochure.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">BROCHURE</a>
<a href="cartoon.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">CARTOON</a>
<a href="news.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">FUTURE NEWS REPORT</a>
<a href="more.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">FURTHER LEARNING RESOURCES</a>
</div>
</div>
<main>
<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:100%; min-width:50%; text-align:center;" id="home">
<h1>Psilocybin Mushrooms as a treatment for Depression, Anxiety, PTSD and Addiction</h1>
<img src="images/shroom.jpg" alt="Psilocybin Mushrooms" style="width: 100%; height:400px">
</header>
<h2>Cartoon</h2>
<div class="content">
<img src="images/marvin.jpg" alt="Marvin the Mushroom Comic">
</div>
</main>
</body>
</html>