Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head><link rel="stylesheet" type="text/css" href="style.css">
  4. <title>HOSTING COMPANY | Web Hosting Plan</title>
  5. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
  6. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  7. <LINK REL="SHORTCUT ICON"
  8. HREF="logo1.ico">
  9. <link rel="stylesheet" href="https://unpkg.com/blaze">
  10. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  11. <link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
  12. <link rel="stylesheet" href="https://unpkg.com/blaze">
  13. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  14.  
  15.  
  16.  
  17.  
  18. </head>
  19. <body>
  20.  
  21.  
  22.  
  23.  
  24. <!--Navigation-->
  25. <section class="navigation">
  26.  
  27.  
  28.  
  29. </section>
  30.  
  31.  
  32.  
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. * {
  38. box-sizing: border-box;
  39. }
  40.  
  41. /* Create three columns of equal width */
  42. .columns {
  43. float: left;
  44. width: 33.3%;
  45. padding: 8px;
  46. }
  47.  
  48. /* Style the list */
  49. .price {
  50. list-style-type: none;
  51. border: 1px solid #eee;
  52. margin: 0;
  53. padding: 0;
  54. -webkit-transition: 0.3s;
  55. transition: 0.3s;
  56. }
  57.  
  58. /* Add shadows on hover */
  59. .price:hover {
  60. box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
  61. }
  62.  
  63. /* Pricing header */
  64. .price .header {
  65. background-color: #000;
  66. color: white;
  67. font-size: 25px;
  68. }
  69.  
  70. /* List items */
  71. .price li {
  72. border-bottom: 1px solid #eee;
  73. padding: 20px;
  74. text-align: center;
  75. }
  76.  
  77. /* Grey list item */
  78. .price .grey {
  79. background-color: #eee;
  80. font-size: 20px;
  81. }
  82.  
  83. /* The "Sign Up" button */
  84. .button {
  85. background-color: #4CAF50;
  86. border: none;
  87. color: white;
  88. padding: 10px 25px;
  89. text-align: center;
  90. text-decoration: none;
  91. font-size: 18px;
  92. }
  93.  
  94. /* Change the width of the three columns to 100%
  95. (to stack horizontally on small screens) */
  96. @media only screen and (max-width: 600px) {
  97. .columns {
  98. width: 100%;
  99. }
  100. }
  101. Try it Yourself ยป
  102.  
  103.  
  104.  
  105. </style>
  106. </section>
  107.  
  108.  
  109. <section class="titlesec">
  110. <div class="columns">
  111. <ul class="price">
  112. <li class="header">Scarce</li>
  113. <li class="grey">$ 0.99 / month</li>
  114. <li>4 GB SSD Disk Space</li>
  115. <li>20GB Monthly Bandwidth</li>
  116. <li>5 Domains</li>
  117. <li>5 MySQL Databases</li>
  118. <li>Free DDOS Protection</li>
  119. <li>Unlimited Mailboxes</li>
  120. <li class="grey"><a href="#" class="button">Buy Plan</a></li>
  121. </ul>
  122. </div>
  123.  
  124.  
  125. <div class="columns">
  126. <ul class="price">
  127. <li class="header">Normal</li>
  128. <li class="grey">$ 1.99 / month</li>
  129. <li>7 GB SSD Disk Space</li>
  130. <li>50GB Monthly Bandwidth</li>
  131. <li>10 Domains</li>
  132. <li>10 MySQL Databases</li>
  133. <li>Free DDOS Protection</li>
  134. <li>Unlimited Mailboxes</li>
  135. <li class="grey"><a href="#" class="button">Buy Plan</a></li>
  136. </ul>
  137. </div>
  138.  
  139.  
  140. <div class="columns">
  141. <ul class="price">
  142. <li class="header">Pro</li>
  143. <li class="grey">$ 2.99 / month</li>
  144. <li>10 GB SSD Disk Space</li>
  145. <li>150GB Monthly Bandwidth</li>
  146. <li>15 Domains</li>
  147. <li>15 MySQL Databases</li>
  148. <li>Free DDOS Protection</li>
  149. <li>Unlimited Mailboxes</li>
  150. <li class="grey"><a href="#" class="button">Buy Plan</a></li>
  151. </ul>
  152. </div>
  153.  
  154.  
  155. <div class="columns">
  156. <ul class="price">
  157. <li class="header">Epic</li>
  158. <li class="grey">$ 4.99 / month</li>
  159. <li>50GB SSD Disk Space</li>
  160. <li>200GB Monthly Bandwidth</li>
  161. <li>25 Domains</li>
  162. <li>25 MySQL Databases</li>
  163. <li>Free DDOS Protection</li>
  164. <li>Unlimited Mailboxes</li>
  165. <li class="grey"><a href="#" class="button">Buy Plan</a></li>
  166. </ul>
  167. </div>
  168.  
  169. <div class="columns">
  170. <ul class="price">
  171. <li class="header">Unlimited</li>
  172. <li class="grey">$ 7.99 / month</li>
  173. <li>Unlimited SSD Disk Space</li>
  174. <li>Unlimited Monthly Bandwidth</li>
  175. <li>Unlimited Domains</li>
  176. <li>Unlimited MySQL Databases</li>
  177. <li>Free DDOS Protection</li>
  178. <li>Unlimited Mailboxes</li>
  179. <li class="grey"><a href="#" class="button">Buy Plan</a></li>
  180. </ul>
  181. </div>
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
  197. <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
  198. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
  199. </body>
  200. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement