calificados.css 832 B

123456789101112131415161718192021222324
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7. Created on : 15/02/2021, 07:03:46 PM
  8. Author : LCI
  9. */
  10. /********** FINALISTAS **********/
  11. .finalistas{ background: url(../../img/fondo.webp); border-top: 1.5rem solid #001D68; width: 100%; font-size: 16px; }
  12. .finalistas img{ width: 60%; }
  13. .finalistas .colA{ width: 100px; min-width: 100px; height: 40px; text-align: center; }
  14. .fondoAnuncio .ing-usuario{ color:#29508D; opacity: 0.3; font-size: 100px; }
  15. @media (max-width:992px) {
  16. .fondoAnuncio .ing-usuario{ font-size: 70px; }
  17. }
  18. @media (max-width:768px) {
  19. .fondoAnuncio .ing-usuario{ font-size: 50px; }
  20. }
  21. @media (max-width:600px) {
  22. .fondoAnuncio .ing-usuario{ font-size: 40px; }
  23. }