Emily'sSandbox
Revision as of 15:32, 4 January 2019 by Emily.stott (talk | contribs)
<html> <head>
   <style>
       * {
           margin: 0;
           padding: 0;
       }
       .imgbox {
           display: grid;
           height: 100%;
       }
       .center-fit {
           max-width: 100%;
           max-height: 100vh;
           margin: auto;
       }
   </style>
</head> <body>
<img class="center-fit" src='pic.png'>
</body> </html>
| VOILÀ | At Your Service | PoC & RTC Documents | Contact Us | 
