-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fioricet.html
54 lines (46 loc) · 2.13 KB
/
Fioricet.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
<!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>Document</title>
<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>FIORICET</h1><br>
<table>
<tr>
<td><img src="https://img1.exportersindia.com/product_images/bc-full/dir_154/4616662/fioricet-tablets-1494587045-2983752.jpeg" width="300px" height="200px" alt=""></td>
</tr>
</table>
<div class="container">
<p>Fioricet is a medication that is a combination of three active ingredients: acetaminophen, butalbital, and caffeine. It is commonly prescribed for the treatment of tension headaches and migraines.
Here are some key points to know about Fioricet:
Composition: Fioricet contains 325 mg of acetaminophen (a pain reliever and fever reducer), 50 mg of butalbital (a barbiturate that helps relax muscle contractions), and 40 mg of caffeine (a stimulant).
Pain relief: Acetaminophen provides relief from pain and reduces fever, while butalbital helps to relax muscle contractions and ease tension headaches. Caffeine is included in the formulation to enhance the effects of the other ingredients and improve their absorption.
.</p>
</div>
</center>
</body>
</html>