Repository URL to install this package:
|
Version:
2.1.14 ▾
|
import { styled } from 'styleh-components'
const TextWrapper = styled.div``
const CustomText = styled.div`
max-width: 75rem;
text-shadow: rgb(86, 76, 76) 0px 0px 6px;
text-transform: uppercase;
color: #FFFFFF;
letter-spacing: -0.028125rem;
margin: 0px auto;
font: bold 72px/4.125rem "Roboto Condensed";
`
export { TextWrapper, CustomText }