Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@denno020
Copy link
Contributor

@denno020 denno020 commented Dec 18, 2019

As there is scale being applied to both the <i> and the pseudo element, it means that the scale applied to the psuedo element is being multiplied, so the C breaks out of the surrounding circle

Below is a screenshot taken from the https://css.gg/copyright page:

image

As we can see, the C has well and truly broken out of it's surrounding boundary.

By simply applying transform: none to the after psuedo element specifically, the result is:

image

As there is scale being applied to both the <i> *and* the pseudo element, it means that the scale applied to the psuedo element is being multiplied, so the C breaks out of the surrounding circle
@astrit astrit merged commit 027b180 into astrit:master Dec 18, 2019
@astrit
Copy link
Owner

astrit commented Dec 18, 2019

@denno020 thank you very much , I did not notice this after I combined.

@denno020
Copy link
Contributor Author

@astrit No worries at all! Glad I could help :)

@astrit
Copy link
Owner

astrit commented Dec 18, 2019

astrit added a commit that referenced this pull request Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants