Untitled
unknown
plain_text
a year ago
946 B
6
Indexable
html body .eg-best-seller { width: 100px; height: 100px; border-radius: 50%; transform: rotate(3deg); background-color: #f1d27a; font-style: italic; padding-left: 34px; padding-right: 34px; display: inline-flex; align-items: center; justify-content: center; letter-spacing: -.03em; transition: .3s cubic-bezier(.5, 1, .89, 1) 0s; box-shadow: 2px 2px 2px rgba(0, 0, 0, .75); text-align: center; position: absolute; top: 0; right: 0; z-index: 100; } html body .eg-best-seller .eg-bestSeller-text { top: 3px; position: relative; padding-right: 20px; padding-left: 20px; text-transform: uppercase; font-weight: 700; font-size: 22px; line-height: 21.6px; font-family: OptimaLTP; } @media screen and (max-width:767px) { html body .eg-best-seller { right: 40px; top: 20px; } }
Editor is loading...
Leave a Comment