Advertisement
Guest User

Untitled

a guest
Jan 9th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. body{
  2.  
  3. margin:0px;
  4. padding: 0px;
  5.  
  6. }
  7.  
  8.  
  9. #header{
  10.  
  11. width:100%;
  12. height: 50px;
  13. background-color: #6441a5;
  14. }
  15.  
  16. #menu li{
  17. font-size: 40px;
  18. display: inline-block;
  19. width:350px;
  20. text-decoration:none;
  21. text-align: right;
  22. color:red;
  23. float:left;
  24.  
  25. }
  26.  
  27. #header img{
  28.  
  29. display: block;
  30. margin: 0;
  31. text-align: center;
  32. float: left;
  33.  
  34. }
  35.  
  36.  
  37. <!DOCTYPE HTML>
  38.  
  39. <title>Twitch Support</title>
  40. <link rel="shortcut icon" href="http://www.twitch.tv/favicon.ico">
  41. <link type="text/css" rel="stylesheet" href="style.css">
  42.  
  43. <body>
  44. <div id='header'>
  45. <img src="http://gamingshogun.com/wp-content/uploads/2013/05/TwitchTV-logo.png" alt="TwitchTV-logo" width="150.8px" height="50px">
  46. <div style="margin-left:100px;">
  47. <ul id='menu'>
  48. <li><p>Get Help Now</p></li>
  49. <li><p>Viruses</p></li>
  50. <li><p>About</p></li>
  51. </ul>
  52. </div>
  53.  
  54. </div>
  55.  
  56.  
  57.  
  58. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement