-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse.html
More file actions
57 lines (48 loc) · 1.85 KB
/
Copy pathcourse.html
File metadata and controls
57 lines (48 loc) · 1.85 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
<!DOCTYPE html>
<html>
<head>
<meta name="twitter:" content="">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="course.css">
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="swipe.js"></script>
<title>Demo</title>
</head>
<body>
<div class="Main_Window">
<div class="Phone_Window">
<div class="info">
</div>
<div class="title">
<p class= "small">Lose Weight</p>
<p class= "big">Beginner Fat Loss Workout</p>
</div>
<div class="middle">
<div class="intropic">
<li><a><img src="imgs/e2.jpg" class = "video"></a></li>
</div>
<div class="introduction">
<h2 >Introduction</h2>
<p class="intro-content">This fat loss workout is designed for beginner leverl trainees.All the exerceised included in this workout are based on fundamental body-weight movements,you won't be needing any equipment for workout experiences</p>
</div>
<div class="start">
<li><a><img src="imgs/starticon.png" width=”60“ height="80" class = "start-icon"></a></li>
</div>
</div>xw
<div class="bottom">
<div style="float:left">
<img src="imgs/main1.png" class="Item">
<p style="font-family: Microsoft Sans Serif;
font-size: 16px;margin-left: 82px;font-size: 14px;color: black;">Home</p>
</div>
<div style="float:left;">
<img src="imgs/meh.png" class="Item1">
<p style="font-family: Microsoft Sans Serif;
font-size: 16px;margin-left: 103px;font-size: 14px;color: lightgray;">User</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>