Advertisement
Guest User

s

a guest
Jan 23rd, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <div id="Main">
  2. <div id="Top">
  3. <p id="Title">Welcome To Panda</p>
  4. </div>
  5. <div id="Context">
  6.  
  7. </div>
  8. <div id="Bottom">
  9. </div>
  10. </div>
  11. <style>
  12.  
  13. #top {
  14. width: 1500pxpx;
  15. height: 70px;
  16. background-color: black;
  17. }
  18.  
  19. #bottom {
  20. width: 1500px;
  21. height: 50px;
  22. background-color: black;
  23. margin-block-start: 560px;
  24. }
  25.  
  26. #Title {
  27. color: white;
  28. background-color: black;
  29. font-size: 50px;
  30. font-family: "Comic Sans MS";
  31. margin-inline-start: 100px;
  32. }
  33. </style>
  34. <script>
  35.  
  36. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement