Last active
December 7, 2019 14:46
-
-
Save spham/5e95ac1befbf5f8e137bb18e8445bda6 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *. { | |
| box-sizing: border-box; | |
| } | |
| body{ | |
| min-width:100vw; | |
| min-height:100vh;} | |
| .centrer{ | |
| position:absolute; | |
| width:100%; | |
| height:100%;} | |
| .un { | |
| position: absolute; | |
| width: 1000; | |
| height: 600px; | |
| } | |
| .deux { | |
| position: absolute; | |
| left: 800px; | |
| right: 0px; | |
| } | |
| .trois { | |
| position: absolute; | |
| left: 800px; | |
| top: 400px; | |
| } | |
| .quatre { | |
| position: absolute; | |
| left: 500px; | |
| top: 0px; | |
| } | |
| .cinq { | |
| position: absolute; | |
| left: 500px; | |
| top: 400px; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="stylesheet" type="text/css" href="style.css" /> | |
| <div class="centrer"> | |
| <img class="un" src="https://placekitten.com/1000/600" /> | |
| <img class="deux" src="https://placekitten.com/g/200/200" /> | |
| <img class="trois" src="https://placekitten.com/g/200/200" /> | |
| <img class="quatre" src="https://placekitten.com/g/200/200" /> | |
| <img class="cinq" src="https://placekitten.com/g/200/200" /></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"split","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment