cosmer
Version:
**¡Aplicaciones para dispositivos moviles
19 lines (18 loc) • 368 B
JavaScript
import styled from 'styled-components'
export const Anchor = styled.a`
display: flex;
flex-direction: column;
text-align: center;
text-decoration: none;
width: 75px;
`
export const Image = styled.img`
border: 1px solid #ddd;
box-shadow: 0px 10px 14px rgba(0,0,0,.2);
border-radius: 50%;
height: auto;
overflow: hidden;
object-fit: cover;
heigth: 75px;
width: 75px;
`