Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Option using box-shadow:
box-shadow: 10px -10px 0px 0 white,
10px -10px 0px 1px teal;
Alternatively, you can use an image wrapper + pseudo -elements :before
and :after
.
The shift can be adjusted either top
and left
or translate(X,Y)
.
jsbin example
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question