-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
yoga intermediate.html
96 lines (82 loc) Β· 2.82 KB
/
yoga intermediate.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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<title>YOGA-INTERMEDIATE</title>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.container{width:100%}
.left{width:22%;float:left;}
.body{width:45%;float:left;}
.right{width:22%;float:left;}
body{
background-color: black;
color: white;
}
.i:hover{
width: 160%;
opacity: 0.8;
}
</style>
</head>
<body>
<h1 align="center" style="background-color: blue;font-size: 40px;">INTERMEDIATE-YOGA</h1>
<div class="container">
<div class="left">
<img src="images/butt.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/shoulder1.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/madhu.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/camel.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/mountain.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/head.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/spine2.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/garland.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
</div>
<div class="body" align="center">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<button onclick="document.location='buttbridge.html'" style="padding:10%; border-radius: 50%; margin-left: 150px; font-size: 40px;">START</button>
</div>
<div class="right">
<img src="images/superman1.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/spine2.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/side hand.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/prana.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/forward.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/low.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/half spine.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/wideangle.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
</div>
</div>
</body>
</html>