Advertisement
Guest User

RWilliams- M00402577 - CSD2550

a guest
Oct 24th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <style>
  3. #header
  4.     {background-color:blue;
  5.     color:white;
  6.     text-align:center;
  7.     padding:5px;}
  8. #nav
  9.     {line-height:30px;
  10.     background-color:#eeeeee;
  11.     height:300px;
  12.     width:100px;
  13.     float:left;
  14.     padding:5px;}
  15. #section
  16.     {width:350px;
  17.     float:left;
  18.     padding:10px;}
  19. #footer
  20.     {background-color:blue;
  21.     color:white;
  22.     clear:both;
  23.     text-align:center;
  24.     padding:5px;}
  25.  
  26. body
  27.     {background-color: #white;}
  28. h1
  29.     {color: white;
  30.     text-align: center;}
  31. p
  32.     {font-family: "Arial";
  33.     font-size: 16px;}
  34. </style>
  35. <html>
  36.  
  37. <body>
  38.  
  39. <div id="header">
  40. <h1>Save and Secure</h1>
  41.  
  42. </div>
  43. <img src = "sandslogo.png" alt= "Save and Secure Logo">
  44. <div id="nav">
  45. Home<br>
  46. About<br>
  47. Login<br>
  48. Contact Us<br>
  49. </div>
  50.  
  51. <div id="section">
  52. <h3>What is Save and Secure?</h3>
  53. <p>Save and Secure is a file management system which allows its users to store their files
  54. in the cloud without having to take up space on their personal computers which enables
  55. our customers to use that free space for anything else.
  56. </p>
  57. <p> Like those special family pictures or your favourite albums etc
  58. </p>
  59. </div>
  60.  
  61. <div id="section">
  62. <h3>Why use Save and Secure?</h3>
  63. <p>Save and Secure a file management system which allows its users to store their files
  64. in the cloud without having to take up space on their personal computers which enables
  65. our customers to use that free space for anything else.
  66. </p>
  67. <p> Like those special family pictures or your favourite albums etc
  68. </p>
  69. </div>
  70.  
  71. <div id="footer">
  72. Copyright 2014-2015 © SaveandSecure.co.uk
  73. </div>
  74.  
  75.  
  76.  
  77.  
  78. </body>
  79. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement