Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <link rel="stylesheet” type=”text/css” href=“style.css”/>
  6. <title>Brian’s Page</title>
  7. </head>
  8.  
  9. <body>
  10.  
  11. <div class=“jumbotron”>
  12. <div class=“container”>
  13. <h1>Brian Experience</h1>
  14. <p><strong>Greetings!</strong></p>
  15. </div>
  16. </div>
  17.  
  18. <div class=“nav”>
  19. <div class=“container”>
  20. <ul class=“list”>
  21. <li>Home</li>
  22. <li>Videos</li>
  23. <li>Pictures</li>
  24. <li>About</li>
  25. </ul>
  26. </div>
  27. </div
  28.  
  29.  
  30. </body>
  31.  
  32.  
  33.  
  34. </html>
  35.  
  36. .jumbotron h1 {font-size: 100px;
  37. color:blue;}
  38.  
  39. .nav li {display: inline;
  40. list-style-type: none;}
  41.  
  42. <link rel="stylesheet” type=”text/css” href=“style.css”/>
  43.  
  44. <link rel="stylesheet" type="text/css" href="style.css"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement