Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title> Design Superstar </title>
  5. </head>
  6. <body>
  7.   <nav>
  8.     <a id="brand" href="#page-top">
  9.       <h1>Design Superstar</h1>
  10.     </a>
  11.       <ul id="navbar">
  12.         <li><a href="#about">About me</a></li>
  13.         <li><a href="#gallery">Gallery</a></li>
  14.         <li><a href="#contact">Contact</a></li>
  15.       </ul>
  16.  
  17.   I am the one and only Design SUperstar
  18.   Web Developer | Graphic Artist | UX Designer
  19.  
  20.   About
  21.   This is Design SUperstar's website
  22.  
  23.   Gallery
  24.  
  25.   Contact Me
  26.   Name
  27.   Email
  28.   Phone
  29.   Message
  30.  
  31.   Location
  32.   ISIS
  33.  
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement