Prognosis
Patient Prognosis
Name: John Doe
Age: 45
Diagnosis: Heart Disease
Prognosis: The patient's condition is stable and improving.
/* Reset some default styles for the page */
body, h1, p {
margin: 0;
padding: 0;
}
/* Style for the prognosis container */
.prognosis {
max-width: 400px;
margin: 0 auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* Style for the heading */
h1 {
font-size: 24px;
margin-bottom: 10px;
}
/* Style for individual prognosis details */
p {
font-size: 16px;
margin-bottom: 8px;
}
/* Style for strong elements (labels) */
strong {
font-weight: bold;
}
/* Add more styles as needed for your design */
Prognosis Form
Prognosis Request Form
Please fill out the following information for your prognosis request:
No comments:
Post a Comment