<!DOCTYPE html> <html> <style> div{ width:150px; height:150px; background-color:yellow; border:5px solid rgba(26,161,242,1); border-radius:15px; } </style> <body> <div style="box-shadow:15px 15px 10px 10px rgba(0,0,0,0.2) inset;"></div> </body> </html>
Run
×
Share