Last active
December 8, 2019 15:08
-
-
Save spham/9d89fd8b74c38e565398b7714f851afc 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{ | |
| margin: 0; | |
| 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":"70","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment