Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HTML
- <div id="page-wrap">
- <header>
- <h1 class="title"> Title </h1>
- </header>
- <div id="post-wrap">
- <div class="text">
- <h2> This is a title</h2>
- <p>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore
- magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit
- </p>
- </div>
- </div><!-- #post-wrap -->
- </div><!-- #page-wrap -->
- CSS:
- header { margin: 50px 0 0 0; width: 310px; }
- header h1 { color : #474747; font: 50px "Maiden Orange"; letter-spacing: 4px; }
- #post-wrap { float: right; width: 650px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement