PSPupil

css

Jul 1st, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. body{
  2. font-family: Arial;
  3. }*{
  4. margin:0;
  5. padding:0;
  6. }
  7. header,footer{
  8. position: static;
  9. background-color:rgb(49, 49, 49);
  10. width: 100%;
  11. color: white;
  12. }
  13. header{
  14. height: 6.5vh;
  15. position: fixed;
  16. }
  17. footer{
  18. height: 5vh;
  19. bottom:0;
  20. text-align: center;
  21. font-size: 10px;
  22. }
  23. p{
  24. color: white;
  25. }
  26. .introtext{
  27. margin-top: 10x;
  28. color: black;
  29. background-image: url(../images/kitchenmainbg.png);
  30. background-repeat: no-repeat;
  31. background-size: cover;
  32. padding-top: 13%;
  33. padding-bottom: 300px;
  34. padding-left: 40%;
  35. padding-right: 40%;
  36. text-align: center;
  37. font-size: 100px;
  38. display: flex;
  39. justify-content: center;
  40. align-items: center;
  41. transition: font-size 0.5s;
  42. }
  43. .introtext:hover{
  44. font-size: 120px;
  45. padding-bottom: 231px;
  46. }
  47.  
  48. model-viewer{
  49. display: inline-block;
  50. margin: 10px;
  51. width: 900px;
  52. min-height: 450px;
  53. block-size:max-content;
  54. border: 3px;
  55. border-color: white;
  56. border: 5px inset black;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment