Changes

302 bytes added ,  15:32, 4 January 2019
no edit summary
Line 1: Line 1:  
<div width="auto" height='auto'align="center">[[File:VOILÀ Picture.png|center|width='auto'|height='auto'|https://wiki.gccollab.ca/File:VOIL%C3%80_Picture.png]]</div>  
 
<div width="auto" height='auto'align="center">[[File:VOILÀ Picture.png|center|width='auto'|height='auto'|https://wiki.gccollab.ca/File:VOIL%C3%80_Picture.png]]</div>  
   −
<img src="https://www.computerhope.com/cdn/computer-hope.jpg" width="200" height="40" alt="Computer Hope">
+
<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>
 +
<div class="imgbox">
 +
    <img class="center-fit" src='pic.png'>
 +
</div>
 +
</body>
 +
</html>
     
518

edits