I've been trying to figure out how to make a custom shape in CSS that visually will look like this:
With the property of background:rgba(44, 44, 48, 0.9)
and border:6px solid rgba(29, 30, 35, 0.9);
My problem is that I cannot find a way to make the top-right and bottom-left border look like the image I provided. Tried the tips on CSS Custom Shape on CSS-Tricks but it doesn't seem to solve the problem as it cannot have background. Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…