Advertisement
jrlopezd

Estilos CSS para los módulos persona > Avanzado > CSS Personalizado

Dec 13th, 2022 (edited)
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. /* Estilos CSS para los módulos persona > Avanzado > CSS Personalizado */
  2. /* Antes: */
  3. content: "";
  4. height: 35%;
  5. width: 100%;
  6. background: #5D55FA;
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. border-radius: 20px 20px 0 0;
  11.  
  12. /* Elemento Principal: */
  13. flex-direction: column;
  14. align-items: center;
  15. display: flex;
  16.  
  17. /* Imagen de miembro: */
  18. margin-bottom: 30px;
  19. margin-right: 0px !important;
  20. width: 40%;
  21.  
  22. /* Descripción de miembro: */
  23. width: 100% !important;
  24.  
  25. /* Título de miembro: */
  26. margin-bottom: -5px !important;
  27.  
  28. /* A la posición de miembro: */
  29. margin-bottom: 10px;
  30.  
  31. /*Habilidades sociales de miembro */
  32. position: absolute;
  33. top: 0px;
  34. left: 20px;
  35. display: flex;
  36. flex-direction: column;
  37. align-items: center;
  38. align-items: flex-start;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement