Advertisement
adibdoub

Untitled

Jan 20th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <style media="screen" type="text/css">
  5.  
  6. #content {
  7.    
  8.     display: block;
  9.     margin: 0 auto;
  10. }
  11. h1{
  12.     border-top: 1px solid blue;
  13.     padding-top : 10px;
  14. }
  15. body{
  16.     background-image: url("backgroud.jpg");
  17.     color : #cdcdcd;
  18. }
  19.  
  20.  
  21. </style>
  22. <meta charset="UTF-8">
  23. <title>Title of the document</title>
  24. </head>
  25.  
  26. <body>
  27.         <img src="cityLogo.png" id="content"/>  
  28. <h1>Bienvenue sur SmartCity</h1>
  29.     <p>
  30.         Tous les défauts constatés par les citoyens sont répertoriés ci-dessous. <br />
  31.         Vous pouvez constater l'état des défauts à votre guise.
  32.     </p>
  33. <h2>Carte</h2>
  34.     <p>Ci-dessous, vous trouverez la carte répertoriant tous les défauts</p>
  35.     <h2>Tableau</h2>
  36.     <p>Vous trouverez ci-dessous un tableau répertoriant tous les défauts. Cliquez sur une image pour obtenir plus de détails sur un défaut</p>
  37. </body>
  38.  
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement