Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- margin:0px;
- padding: 0px;
- }
- #header{
- width:100%;
- height: 50px;
- background-color: #6441a5;
- }
- #menu li{
- font-size: 40px;
- display: inline-block;
- width:350px;
- text-decoration:none;
- text-align: right;
- color:red;
- float:left;
- }
- #header img{
- display: block;
- margin: 0;
- text-align: center;
- float: left;
- }
- <!DOCTYPE HTML>
- <title>Twitch Support</title>
- <link rel="shortcut icon" href="http://www.twitch.tv/favicon.ico">
- <link type="text/css" rel="stylesheet" href="style.css">
- <body>
- <div id='header'>
- <img src="http://gamingshogun.com/wp-content/uploads/2013/05/TwitchTV-logo.png" alt="TwitchTV-logo" width="150.8px" height="50px">
- <div style="margin-left:100px;">
- <ul id='menu'>
- <li><p>Get Help Now</p></li>
- <li><p>Viruses</p></li>
- <li><p>About</p></li>
- </ul>
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement