MattMX

HTML t esting

Apr 20th, 2022 (edited)
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1. <style>
  2. .box {
  3.   background-color: red;
  4.   border-radius: 5px;
  5.   padding: 10px;
  6.   width: 50px;
  7.   height: 50px;
  8.   margin: 0px;
  9. }
  10. </style>
  11. <div class = "box">Test</div>
Add Comment
Please, Sign In to add comment