Advertisement
n3ito

[code] cropped edge image

May 21st, 2022
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <style>
  2. img {
  3. border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  4. border: 3px solid black;
  5. }
  6. body {
  7. padding-top: 1em;
  8. }
  9. </style>
  10. <body>
  11. <center>
  12. <img src="https://i.imgur.com/hBE5NKZ.png" width="20%">
  13. </center>
  14. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement