Advertisement
Josif_tepe

Untitled

Jun 1st, 2023
1,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. body {
  2.     margin: 20px;
  3.     padding: 0px;
  4.     display: flex;
  5.     flex-direction: column;
  6.     justify-content: center;
  7.     align-items: center;
  8.  
  9. }
  10. canvas {
  11.     box-shadow: black 20px 10px 50px;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement