<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
html {
font-size: 62.5%;
}
header {
color: black;
background-color: #C1FFFA;
font-weight: bold;
font-size: 3rem;
margin: 0;
width: 100vw;
}
.introduccion p {
font-size: 2rem;
}
.introduccion img {
justify-content: center;
margin-top: 40px;
margin-bottom: 50px;
}
.sintomatologia {
font-size: 2rem;
}
.efecto-tens h2 {
position: relative;
font-size: 2.8rem;
}
.efecto-tens ul {
position: relative;
font-size: 2rem;
}
.container-imagenes {
display: flex;
}
.container-imagenes h3 {
position: relative;
font-size: 2.8rem;
background-color: antiquewhite;
font-weight: bold;
}
</style>
</head>
<body>
<!-- Primero, se debe agregar un header con el título de
tu proyecto (en mi caso, la electroterapia): -->
<header>
About TENS and its effect in treating
the Adhessive Capsulitis
</header>
<section>
<!-- Se agrega una sección para la introducción del
artículo: -->
<div class="introduccion">
<p>Adhesive capsulitis, also known as frozen shoulder, is a painful and disabling condition that affects the shoulder joint. It is characterized by progressive stiffness and pain, which can make it difficult to perform even simple tasks such as putting on a shirt or combing your hair. The condition is typically self-limiting, lasting for 12-18 months. However, in some cases, it can last for several years.
</p>
<!-- Se añadió una imagen debajo del texto de introducción: -->
<img src="https://www.martinvasco.es/wp-content/uploads/2019/04/Patologia-hombro-congelado-o-capsulitis-11.jpg" alt="hombro-congelado">
</div>
</section>
<section id="signos-sintomas">
<!-- Esta sección contiene más información de texto, pero
añadiendo viñetas con las etiquetas ul y li: -->
<div class="sintomatologia">
<p>
The signs and symptoms of adhesive capsulitis typically develop over time, and they can vary from person to person.
</p>
<p>
Some of the most common signs and symptoms of adhesive capsulitis include:
</p>
<ul>
<li>
Pain: The pain associated with adhesive capsulitis is usually dull and aching, and it can be worse at night or when the shoulder is moved.
</li>
<li>
Stiffness: The shoulder joint becomes stiff and difficult to move. This can make it difficult to perform everyday tasks such as reaching overhead, putting on a shirt, or combing your hair.
</li>
<li>
Loss of range of motion: The loss of range of motion is one of the most characteristic features of adhesive capsulitis. The shoulder may become so stiff that it is impossible to lift the arm above the head or to reach behind the back.
</li>
<li>
Weakness: The shoulder may also become weak, making it difficult to use the arm for activities such as lifting objects or pushing open a door.
</li>
</ul>
</div>
<div class="efecto-tens">
<!-- Más texto usando viñetas, hablando de los pará-
metros de aplicación de electroterapia: -->
<h2>Treatment parameters</h2>
<ul>
<li>
Current: The current should be set to a level that is just above the threshold of feeling a tingling sensation.
</li>
<li>
Pulse width: The pulse width should be set to 100-200 microseconds.
</li>
<li>
Frequency: The frequency should be set to 50-100 Hertz.
</li>
<li>
Duration: The TENS treatment should be applied for 20-30 minutes at a time.
</li>
</ul>
</div>
</section>
<!-- La última sección contiene el texto que da entrada a
las imágenes del ejercicio terapéutico: -->
<section id="ejercicio-terapeutico">
<div class="container-imagenes">
<h3>
Here are some exercises which could
help in adhessive capsulitis's
treatment:
</h3>
</div>
<!-- Se separaron el texto de las imágenes en dos divs
para poder darle formato a esta sección: -->
<div class="ejercicios">
<img src="https://fisioterapiacranium.com/wp-content/uploads/2021/02/EXTENSION-AUTOASISTIDA-DE-HOMBRO.jpg" alt="ejercicio-posterior" class="primera">
<img src="https://fisioterapiacranium.com/wp-content/uploads/2021/02/ESTIRAMIENTO-CAPSULA-POSTERIOR-Y-ROTADORES-EXTERNOS.jpg" alt="ejercicio-lateral" class="segunda">
</div>
</section>
</body>
</html>```
Curso de Frontend Developer
0 Comentarios
para escribir tu comentario