nothing.html 583 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html>
  2. <head>
  3. <title>Nothing here :)</title>
  4. <style>
  5. .msgbox{
  6. position:fixed;
  7. background-color:#e0e0e0;
  8. top:30px;
  9. left:10%;
  10. right:10%;
  11. padding:10px;
  12. }
  13. body{
  14. }
  15. .btmbar{
  16. position:fixed;
  17. left:0;
  18. right:0;
  19. bottom:0;
  20. height:10px;
  21. background-color:#2b2b2b;
  22. color:white;
  23. font-size:70%;
  24. padding-left:5px;
  25. padding-right: 5px;
  26. padding-bottom:10px;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <div class="msgbox">
  32. <h4>Ready!</h4>
  33. <p>Start the responsive designer with filename and filepath to start viewing :)</p>
  34. </div>
  35. <div class="btmbar">
  36. NotepadA Project feat. ArozOS
  37. </div>
  38. </body>
  39. </html>