Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Anyone know how to achieve this with CSS

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #263020
    cives
    Participant

    Screen_Shot_2017_11_27_at_5_24_57_PM

    Essentially, trying to create a CTA with an inset circle border behind the text… See above image.

    I’d prefer to do this just by styling the ‘a’ tag, as opposed to placing text over an absolutely positioned div.

    Thanks!

    #263022
    Shikkediel
    Participant

    You could do something like this (with a radial gradient background) but a pseudo element with rounded borders will likely look smoother:

    codepen.io/anon/pen/eeLyQg

    #263036
    cives
    Participant

    That seemed to do the trick! Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.