-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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?
.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);
}Metadata
Metadata
Assignees
Labels
No labels
