@@ -12,70 +12,4 @@ import Footer from "@/components/footer/Footer.vue";
12
12
</template >
13
13
14
14
15
- <style >
16
- @import url (' https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap' );
17
- @import url (' https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap' );
18
-
19
- ::-webkit-scrollbar {
20
- width : 8px ;
21
- }
22
-
23
- ::-webkit-scrollbar-track {
24
- background : #000000 ;
25
- box-shadow : inset 0 0 5px rgb (0 , 0 , 0 );
26
- border-radius : 0 ;
27
- }
28
-
29
- ::-webkit-scrollbar-thumb {
30
- background-color : rgb (22 , 22 , 22 );
31
- border-radius : 0 ;
32
- }
33
-
34
- * {
35
- padding : 0 ;
36
- margin : 0 ;
37
- align-items : center ;
38
- }
39
-
40
- html {
41
- width : 100% ;
42
- height : 100% ;
43
- scroll-behavior : smooth ;
44
- overflow-x : hidden ;
45
- }
46
-
47
- body {
48
- font-family : " Montserrat" , sans-serif ;
49
- font-weight : 500 ;
50
- height : 100% ;
51
- overflow-x : hidden ;
52
- background : rgb (30 , 31 , 31 );
53
- background : -moz-linear-gradient (146deg , rgba (30 , 31 , 31 , 1 ) 45% , rgba (2 , 2 , 2 , 1 ) 100% );
54
- background : -webkit-linear-gradient (right , rgb (30 , 31 , 31 ), #020202 );
55
- background : linear-gradient (to right , #1e1f1f , #020202 );
56
- filter : progid:DXImageTransform.Microsoft.gradient(startColorstr=" #1e1f1f" , endColorstr=" #020202" , GradientType=1 );
57
- }
58
-
59
- a :link {
60
- text-decoration : none ;
61
- }
62
-
63
- header {
64
- background-image : url (' /assets/img/header/bg.webp' );
65
- background-size : cover ;
66
- background-position : center ;
67
- background-repeat : no-repeat ;
68
- }
69
-
70
- @media only screen and (max-width : 1000px ) {
71
- header {
72
- background-image : url (' /assets/img/header/bg.webp' );
73
- }
74
- }
75
-
76
- </style >
77
-
78
-
79
-
80
-
81
15
0 commit comments