JPLTedCas commited on
Commit
56edd9c
1 Parent(s): 3973c64

Update templates/buscador_trauma.html

Browse files
Files changed (1) hide show
  1. templates/buscador_trauma.html +34 -1
templates/buscador_trauma.html CHANGED
@@ -3,7 +3,40 @@
3
  <head>
4
  <meta charset="utf-8">
5
  <title> Quirohelp </title>
6
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  </head>
9
  <body>
 
3
  <head>
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
+ </style>
40
 
41
  </head>
42
  <body>