Advertisement
HTML

trillium.html

Jan 30th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" >
  3. <head>
  4. <title>Trillium Media Design</title>
  5. <meta charset="utf-8">
  6. <style>
  7. h1 { border-bottom: 3px solid #000080;
  8.      color: #000080;
  9.      background-color: #B0C4DE;
  10.      padding: 0 0 5px 5px; }
  11. .content { position: absolute;
  12.            left: 200px;
  13.            top: 75px;
  14.            font-family: Arial, sans-serif;
  15.            width: 300px; }
  16.  
  17. </style>
  18. </head>
  19. <body>
  20. <h1>Trillium Media Design</h1>
  21. <div>
  22. <p class="content">Our professional staff takes pride in its working relationship with our clients by offering personalized services that listen to their needs, develop their target areas, and incorporate these items into a well-presented web site that works. </p>
  23. </div>
  24. <ul>
  25.   <li>Home</li>
  26.   <li><a href="about.html">About</a></li>
  27.   <li><a href="services.html">Services</a></li>  
  28. </ul>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement