Skip to content

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

Description

@kvnol

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);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions