-
Notifications
You must be signed in to change notification settings - Fork 0
/
Estradiol.html
53 lines (45 loc) · 2.01 KB
/
Estradiol.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
<!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>Estradiol</title>
<link rel="shortcut icon" href="images/testlogo.png" type="image/x-icon">
<link rel="stylesheet" href="css.css">
<style>
body {
background-color: rgba(196, 241, 255, 0.562);
}
.container {
text-align: center;
margin-left: 100px;
margin-right:100px;
}
p {
font-size: 22px; /* Adjust the font size as desired */
font-style: italic;
text-align: justify;
text-justify: inter-word;
}
table {
border-spacing: 30px;
}
</style>
</head>
<body>
<center>
<h1>ESTRADIOL</h1><br>
<table>
<tr>
<td><img src="https://5.imimg.com/data5/SELLER/Default/2022/5/HG/WR/DU/152040816/estradiol-tablet-1000x1000.jpg
" alt=""></td>
</tr>
</table>
<div class="container">
<p>price:1450 Estradiol is a hormone and the primary form of estrogen in the human body. It belongs to a group of steroid hormones called the estrogens, which play a vital role in the development and maintenance of female reproductive system and secondary sexual characteristics. Estradiol is produced primarily in the ovaries in females and in smaller amounts in the testes in males.The main functions of estradiol include regulating the menstrual cycle, promoting the growth and development of female reproductive organs (such as the uterus and breasts), and controlling the distribution of body fat. It is also involved in bone metabolism, maintenance of healthy skin, and plays a role in maintaining cardiovascular health.
</p>
</div>
</center>
</body>
</html>