Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Estilos CSS para los módulos persona > Avanzado > CSS Personalizado */
- /* Antes: */
- content: "";
- height: 35%;
- width: 100%;
- background: #5D55FA;
- position: absolute;
- top: 0;
- left: 0;
- border-radius: 20px 20px 0 0;
- /* Elemento Principal: */
- flex-direction: column;
- align-items: center;
- display: flex;
- /* Imagen de miembro: */
- margin-bottom: 30px;
- margin-right: 0px !important;
- width: 40%;
- /* Descripción de miembro: */
- width: 100% !important;
- /* Título de miembro: */
- margin-bottom: -5px !important;
- /* A la posición de miembro: */
- margin-bottom: 10px;
- /*Habilidades sociales de miembro */
- position: absolute;
- top: 0px;
- left: 20px;
- display: flex;
- flex-direction: column;
- align-items: center;
- align-items: flex-start;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement