-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrainbows.html
More file actions
70 lines (62 loc) · 3.04 KB
/
rainbows.html
File metadata and controls
70 lines (62 loc) · 3.04 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
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rainbows and More</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<div class="logo_box">
<ion-icon name="color-palette-outline"></ion-icon>
</div>
<nav class="nav">
<a class="links" href="index.html">Home</a>
<a class="links" href="color wheel.html">Color Wheel</a>
<a class="links" href="rainbows.html">Rainbows and More</a>
<a class="links" href="represent you.html">How Colors Represent You</a>
<a class="links" href="contact us.html">Contact Us</a>
<a class="links" href="developer.html">About Me</a>
</nav>
</header>
<h2>Rainbows and More!</h2>
<br>
<p>This page is about the rainbow. I'm going to talk about the rainbow aand all there is to know about it.</p>
<br><br>
<h3>Rainbows</h3>
<br>
<p>There are actually more than one type of rainbow. It's called a double rainbow. But surprisingly, a rainbow we see after a
rainy day actually has two all the time! But the second one isn't really seen. Double rainbows repsent transformation.
Spiritual transformation to be exact.</p>
<br><br>
<img class="SMALL"
src="https://images.pexels.com/photos/1542495/pexels-photo-1542495.jpeg" alt="double_rainbow">
<br><br>
<span>See that more faded rainbow? Well, that's the second rainbow!</span>
<br><br>
<h3>I could go on and on about the rainbows, and I only listed one! Look below for a video and a Wikipedia website about all
the different kinds of rainbows!</h3>
<br>
<span><i class="one">To learn more about Rainbows, go to: <a href="https://en.wikipedia.org/wiki/Rainbow">Rainbows - Wikipedia</a></i></span>
<br>
<span class="small_px2">This one has got a lot of rainbows! You can learn about eleven different rainbows, but you might need to scroll down a bit.</span>
<br><br>
<div class="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/eEl3G3Ky9Gs" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<span>Watch this video to see five unsual rainbows.</span>
</div>
<br>
<br><br><br>
<h4>Fun Fact!</h4>
<ul class="border">
<li>Did you know that if mix the rainbow all together, it creates white? For paint that not true, but for light it is!</li>
<li>Did you know that Roy G. Biv stands for the rainbow? It's also in order!</li>
</ul>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>