nothing.html 639 B

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