JPLTedCas commited on
Commit
c214aa3
1 Parent(s): 08180bf

Update templates/escuchar_trauma1.html

Browse files
Files changed (1) hide show
  1. templates/escuchar_trauma1.html +34 -14
templates/escuchar_trauma1.html CHANGED
@@ -4,21 +4,41 @@
4
  <meta charset="utf-8">
5
  <title> Quirohelp </title>
6
  <style>
7
- body {
8
- background-color: #1e1e1e; /* Fondo oscuro */
9
- color: #fff; /* Texto blanco */
10
- font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
11
- margin: 0;
12
- padding: 0;
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- .login22 {
16
- background-color: #333; /* Fondo oscuro */
17
- margin: 10px;
18
- padding: 20px;
19
- max-width: 600px; /* Ancho máximo */
20
- margin: 0 auto; /* Centrar el contenido en la página */
21
- }
22
 
23
  h2, h3 {
24
  color: #fff; /* Texto blanco */
 
4
  <meta charset="utf-8">
5
  <title> Quirohelp </title>
6
  <style>
7
+ body {
8
+ background-color: #333; /* Fondo oscuro */
9
+ color: #fff; /* Texto blanco */
10
+ font-family: Georgia, 'Times New Roman', Times, serif;
11
+ margin: 0;
12
+ padding: 0;
13
+ text-align: center;
14
+ }
15
+ .quiro {
16
+ background-color: blueviolet;
17
+ font-size: 3.5rem;
18
+ padding: 20px 0;
19
+ }
20
+ .login2 {
21
+ text-align: center;
22
+ padding: 20px;
23
+ }
24
+ /* Estilos para pantallas pequeñas (por ejemplo, hasta 768px) */
25
+ @media screen and (max-width: 768px) {
26
+ .quiro {
27
+ font-size: 2.5rem; /* Reducir el tamaño de la fuente */
28
+ }
29
+ input[type="button"] {
30
+ width: 100%; /* Ajustar el ancho al 100% para ocupar todo el ancho disponible */
31
+ }
32
+ }
33
+ /* Estilos para pantallas medianas y grandes (más de 768px) */
34
+ @media screen and (min-width: 769px) {
35
+ .quiro {
36
+ font-size: 3.5rem; /* Restablecer el tamaño de la fuente original */
37
+ }
38
+ }
39
+
40
+
41
 
 
 
 
 
 
 
 
42
 
43
  h2, h3 {
44
  color: #fff; /* Texto blanco */