Created
May 9, 2017 08:41
-
-
Save Tony---Zhang/f41ae33c73972d174ab0a433ba32ceec to your computer and use it in GitHub Desktop.
homework1
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
<style> | |
html, body { | |
width: 100%; | |
height: 100%; | |
padding: 0; | |
margin: 0; | |
} | |
</style> | |
<body> | |
<div id="main" style="width: 1100px; height: 200px; background: #000; position: relative;"> | |
<div id="sub" style="color: #fff; width: 800px; padding: 0; margin: 0; margin-top: 20px;"> | |
asdfasdfaadfsfadsfasdfdsa | |
</div> | |
</div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment