Skip to content

Instantly share code, notes, and snippets.

@Tony---Zhang
Created May 9, 2017 08:41
Show Gist options
  • Save Tony---Zhang/f41ae33c73972d174ab0a433ba32ceec to your computer and use it in GitHub Desktop.
Save Tony---Zhang/f41ae33c73972d174ab0a433ba32ceec to your computer and use it in GitHub Desktop.
homework1
<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