header.html 213 B

1234567891011
  1. <html>
  2. <style>
  3. .list
  4. {
  5. position: fixed; float: right; margin: 0px; font-size: 16pt; top: 0; right:0;
  6. width: 250px; background: white; border: black 3px dotted;
  7. padding: 10px; margin: 20px;
  8. }
  9. </style>
  10. <body>