-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircles.html
More file actions
35 lines (33 loc) · 1.24 KB
/
circles.html
File metadata and controls
35 lines (33 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, maximum-scale=1">
<title>Circles</title>
<link rel="stylesheet" href="css/circles.css">
</head>
<body>
<div id="everything">
<!-- <h1>The Life Planet We Call Earth</h1>-->
<!-- images placement-->
<img id="E1" src="img/enterprise1-removebg-preview.png" height="187" width="269"/>
<img id="E2" src="img/enterprise2.jpeg">
<img id="E3" src="img/enterprise3.jpeg">
<img id="E4" src="img/enterprise4.jpeg">
<div class="planets">
<h1 id="title">The Life Planet We Call Earth</h1>
<div class="big">
<div class="circle-container">
<h3>El Earth</h3>
<div class="little-circle" alt="image">
</div>
</div>
</div>
<video playsinline autoplay loop muted>
<source src="https://previews.customer.envatousercontent.com/h264-video-previews/6653acac-5fde-4b53-a82c-03359db9fd53/19832096.mp4" type="video/mp4")
</video>
<iframe width="560" height="315" src="https://www.youtube.com/embed/qLXjT-BLozA?si=yP-bR-Hb41R8WpEj" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</body>
</html>