Skip to content

O que vocês acham dessa saída? #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kvnol opened this issue Oct 13, 2017 · 0 comments
Open

O que vocês acham dessa saída? #2

kvnol opened this issue Oct 13, 2017 · 0 comments

Comments

@kvnol
Copy link

kvnol commented Oct 13, 2017

Apareceu na minha timeline e não sei se entendi muito bem a proposta, mas consegui fazer um border-radius reverso usando o before do elemento. Qual seria a ideia de vocês para contornar isso de uma vez?

image

.element:before {
    content: "";
    position: absolute;
    left: -11px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 6px 3px 0 rgb(117, 145, 255);
}
@kvnol kvnol changed the title What do you think about this? O que vocês acham dessa saída? Oct 13, 2017
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

No branches or pull requests

1 participant