Remove margin for whole website inside html file

PHOTO EMBED

Thu Aug 12 2021 19:01:51 GMT+0000 (Coordinated Universal Time)

Saved by @shihor #html #css

<style>
      * {
        margin: 0;
      }
</style>
content_copyCOPY