page404.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .navbar {
  2. display: none !important;
  3. }
  4. .page_404 {
  5. height: 55vw;
  6. background-color: #dcb495;
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. .header_block {
  11. display: flex;
  12. flex-direction: column;
  13. width: 80%;
  14. height: 15vw;
  15. margin-left: 10%;
  16. margin-top: 80px;
  17. justify-content: space-around;
  18. }
  19. .header {
  20. display: flex;
  21. align-items: center;
  22. justify-content: center;
  23. }
  24. .line_top {
  25. height: 0.03vw;
  26. background: #000000;
  27. width: 32vw;
  28. }
  29. .header_rect {
  30. width: 15vw;
  31. height: 3.3vw;
  32. background-color: #000000;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. }
  37. .header_rect_text {
  38. color: #ffffff;
  39. font-size: 1.6vw;
  40. }
  41. .header_title {
  42. color: #000000;
  43. font-size: 3vw;
  44. }
  45. .line_bottom {
  46. height: 0.03vw;
  47. background: #000000;
  48. width: 100%;
  49. }
  50. .link_block {
  51. width: 100%;
  52. margin-top: 50px;
  53. display: flex;
  54. justify-content: center;
  55. }
  56. .block_to_home {
  57. width: 20vw;
  58. height: 20vw;
  59. background-color: #000000;
  60. display: flex;
  61. justify-content: center;
  62. align-items: center;
  63. border-radius: 10vw;
  64. }
  65. .link_to_home {
  66. height: 12.3vw;
  67. width: 15vw;
  68. }
  69. .link_image {
  70. height: 12.3vw;
  71. width: 15vw;
  72. }