Advertisement
ricoramiro2

drop-shadow

Sep 16th, 2022
970
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. body { background-color: #f2ff49; margin: 0; padding: 0; min-height: 100vh; min-width: 100vw; display: flex; align-items: center; justify-content: center; } .box { width: 200px; height: 200px; border-radius: 10px; background-color: #f75590; }
Tags: drop shadow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement