g3x0

Desktop Notes

Jan 9th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.55 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Desknote [by Gecko]</title>
  5. <style>
  6. * { margin:0 ; padding:0 }
  7. body { background-color:#DDD ; font-family:Georgia, "Times New Roman", "Trebuchet MS", Arial ; font-size:11pt }
  8. .note { background-color:#FFDD5B ; margin:10px ; padding:15px ; float:left ; width:250px }
  9. hr { background-color:#e2c452;border-bottom:1px solid #f0ecdc }
  10. td { vertical-align:top }
  11. </style>
  12. </head>
  13. <body>
  14.     <div id="wrapper">
  15.         <table cellpadding="0" cellspacing="0" frameborder="0" width="100%" height="100%">
  16.         <tr>
  17.         <td> <!-- first column -->
  18.         <div class="note">
  19.             <h3>Reminder:</h3>
  20.             <hr color="gray" style="border-bottom:1px solid white"/>
  21.             <p style="font-style:italic">Eat! (3 times a day)</p>
  22.         </div>
  23.         <div class="note">
  24.             <h3>Reminder:</h3>
  25.             <hr />
  26.             <p style="font-style:italic">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  27.         </div>
  28.         </td>
  29.         <td> <!-- second column -->
  30.         <div class="note">
  31.             <h3>Reminder:</h3>
  32.             <hr />
  33.             <p style="font-style:italic">dgfergh rh rt h r t h r t h rt hrthrth rthrhtr hrthrthrthrth rthrth rthrhrth rthrhr hrhrhr hrthr thrt</p>
  34.         </div>
  35.         </td>
  36.         <td> <!-- third column -->
  37.         <div class="note">
  38.             <h3>Reminder:</h3>
  39.             <hr />
  40.             <p style="font-style:italic">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  41.         </div>
  42.         <div class="note">
  43.             <h3>Reminder:</h3>
  44.             <hr />
  45.             <p style="font-style:italic">dgfergh rh rt h r t h r t h rt hrthrth rthrhtr hrthrthrthrth rthrth rthrhrth rthrhr hrhrhr hrthr thrt</p>
  46.         </div>
  47.         </td>
  48.         <td> <!-- fourth column -->
  49.         <div class="note">
  50.             <h3>Reminder:</h3>
  51.             <hr color="gray" style="border-bottom:1px solid white"/>
  52.             <p style="font-style:italic">Eat! (3 times a day)</p>
  53.         </div>
  54.         </td>
  55.         </tr>
  56.         </table>
  57.     </div>
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment