Advertisement
Guest User

Untitled

a guest
Mar 28th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="style_test.css">
  5. <title>Freepbx Support</title>
  6. </head>
  7. <body>
  8. <header class="header"><b>FreePBX</b> Support</header>
  9. <br>
  10. <div class="div_top">
  11. <li class="borderlist"><a href="www.google.com">FreePBX initial setup</a></li>
  12. <br>
  13. <br>
  14. <br>
  15. <li class="borderlist"><a href="www.google.com">FreePBX Advanced setup</a></li>
  16. <div class="div_top_text">FreePBX tech was created for beginners or experts of the open source pbx system. Read our documents or watch our help videos to learn how to use the latest version of FreePBX</div>
  17. </div>
  18. </body>
  19. </html>
  20.  
  21. CSS SHEET
  22. head{font-family: Verdana, Geneva, sans-serif;
  23. }
  24. body{background-color: #C0C0C0;
  25. }
  26. p{font-family: "Courier New", Courier, monospace;
  27. }
  28. .borderlist{
  29. list-style-position:inside;
  30. list-style-type:none;
  31. }
  32. .header{
  33. font-family: Verdana, Geneva, sans-serif;
  34. font-size: 50px;
  35. float: left-side;
  36. padding-top: 20px;
  37. padding-left: 50px;
  38.  
  39. }
  40. a:link, a:visited, a:active{
  41. text-decoration: none;
  42. color: #292421;
  43. font-family: Verdana, Geneva, sans-serif;
  44. font-size: 20px;
  45. display: inline-block;
  46. border : 4px solid orange;
  47. width: 275px;
  48. padding: 30px;
  49. background-color: #D3D3D3;
  50.  
  51. }
  52. a:hover{
  53. text-decoration: none;
  54. color: #292421;
  55. font-family: Verdana, Geneva, sans-serif;
  56. display: inline-block;
  57. border : 4px solid #ee7600;
  58. padding: 30px;
  59. background-color: #E8E8EE;
  60. }
  61. .div_top{
  62. background-color: #E18A07;
  63. width: 700px;
  64. height: 300px;
  65. padding-left: 50px;
  66. padding-top: 75px;
  67. margin-left: 75px;
  68. float:left;
  69. }
  70. .div_top_text{
  71. width: 75px;
  72. text-align: right;
  73. padding-right: 20px;
  74. float:right;
  75. float:top;
  76. }
  77. .br_bigger{
  78. margin: 100px;
  79. padding: 100px;
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement