forked from Kumar-Gowda-D/Fithub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexercise.html
More file actions
45 lines (44 loc) · 1.95 KB
/
exercise.html
File metadata and controls
45 lines (44 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>exercise</title>
<style>
.main{
background-image: url(exercise2.jpg);
background-size: cover;
height: 900px;
width: 1200px;
text-align: center;
font-size: 50px;
text-shadow: 0px 0px 30px ;
box-shadow: 0px 0px 40px;
}
.video{
height: 500px;
width: 500px;
box-shadow: 0px 0px 30px;
position: absolute;
background-size: cover;
border-radius: 30px;
margin-top: 50px;
margin-left: 370px;
opacity: 0.9;
}
</style>
</head>
<body>
<div class="main"><b>EXERCISE</b>
<div class="video">
<video controls src="exercisevideo.mp4" height="450px" width="500px"></video></div><br><br><br><br><br><br><br><br><br><br><br>
<h3 style="color: rgb(99, 216, 31); font-size: 30px; text-align: start;"> ABOUT EXERCISE</h3>
<p style="font-size: 20px;text-align: start; color: white;">Exercise is a subset of physical activity that is planned, structured, and repetitive and has as a final or an intermediate objective
the improvement or maintenance of physical fitness.As a general goal, aim for at least 30 minutes of moderate physical activity every day.
If you want to lose weight, keep off lost weight or meet specific fitness goals, you may need to exercise more. Cutting down on sitting time
is important, too.Everyone benefits from exercise, no matter their age, sex or physical ability. Need more convincing to get moving?
Check out these seven ways that exercise can lead to a happier, healthier you.If you're new to exercise, start carefully. Slowly build up
to a moderate or vigorous intensity level. Aim to increase your activity level by no more than 10% a week. If you have an injury or a medical
condition, talk to your health care professional or fitness professional.</p>
</body>
</html>