Guest User

Untitled

a guest
Jun 28th, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. body {
  2. font-family: Arial, sans-serif;
  3. background-color: #f0f8ff;
  4. margin: 0;
  5. padding: 0;
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. height: 100%;
  10. }
  11. .container {
  12. max-width: 800px;
  13. margin: 20px;
  14. padding: 20px;
  15. background-color: white;
  16. border-radius: 10px;
  17. box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.1);
  18. }
  19. h1 {
  20. text-align: center;
  21. color: #333333;
  22. }
  23. p {
  24. line-height: 1.6;
  25. }
  26. .image{
  27. position:absolute;
  28. bottom:0px;
  29. left:80%;
  30. height: 500px;
  31. width: auto;
  32. z-index: 9999999;
  33. }
  34.  
Add Comment
Please, Sign In to add comment