-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
124 lines (97 loc) · 1.43 KB
/
Copy pathstyle.css
File metadata and controls
124 lines (97 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
/**{
padding: 0px !important;
margin: 0px !important;
}*/
html{
margin: 0 !important;
padding: 0 !important;
}
.header{
height: 100vh;
}
.video-baground{
position: absolute;
right: 0;
bottom: 0;
min-width: 100%;
max-width: 100%;
height: auto;
width: auto;
z-index: -1;
}
.intro{
color: #fff;
text-align: center;
justify-content: center;
}
.nav-link{
color: black !important;
}
.navbar img{
width: 40px;
height: 20px;
}
.navbar li{
padding: 0 10px !important;
}
.intro{
transform: translateY(70%);
text-align: center;
justify-content: center;
color: #fff !important;
}
.card-deck{
margin-left: 10%;
}
.info1{
margin: 2cm;
}
.info2{
margin: 1cm !important;
}
.p1 {
margin-left: 17%;
}
.h1{
margin-left: 17%;
margin-top: 70% !important;
}
.info1 img{
/* transform: perspective(600);
transform: rotateY(5deg);*/
/* justify-content: center;
z-index: 1;*/
}
.service{
text-align: center;
justify-content: center;
}
.i3 {
width: 700px;
height: 404px;
}
/*.sun{
margin: 0cm !important;
}*/
.sun p{
font-size: 0.9rem;
margin: 20px 0 15px 0 !important;
margin-left: 100px;
font-weight: bold;
line-height: 1.1;
word-spacing: 4px;
}
@media only screen and (max-width:686px){
.card-deck{
margin-left: 0px !important;
}
.i3{
width: 405px;
height: 300px;
}
}
@media only screen and (max-width:998px){
.card-deck{
margin-left: 5%;
}
}