-
Notifications
You must be signed in to change notification settings - Fork 1
/
p2.css
163 lines (149 loc) · 2.77 KB
/
p2.css
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
*{
margin: 0;
padding: 0;
}
.banner{
width: 200px;
height: 10vh;
background-color: rgb(29, 107, 144);
width: 100%;
height: 100vh;
}
nav{
/* display: flex; */
padding: 2rem;
}
.linksto{
padding: 100px;
display: flex;
justify-content: space-between;
align-items: center;
width: 80vw;
flex-wrap: wrap;
/* bottom: 25px; */
margin-bottom: 15px;
/* position: fixed; */
/* background-color: lightgray; */
}
.linksto a{
text-decoration: none;
}
.thooku{
display: flex;
flex-direction: column;
/* flex-wrap: wrap; */
}
header nav div button{
width: 100px;
/* height: 100px; */
}
header nav div a:hover{
color: #5DA9E9;
cursor: pointer;
/*transition: all 2s ease;*/
transition: 0.5s smooth;
}
header nav div a{
font-size: large;
color: white;
text-decoration: none;
}
.watchV{
text-decoration: none;
}
.thooku h1{
/* font-size: larger; */
font-size: 1.2rem;
color: white;
padding-left: 54rem;
}
.thooku h4{
font-size: 3.4rem ;
color: grey;
}
nav img{
display: flex;
justify-content: flex-start;
position: absolute;
right: 0;
/* left: 0px; */
margin:21px;
bottom: 80px;
}
nav div button{
background-color: rgb(29, 107, 144);
border: 3px solid #5DA9E9;
border-radius: 1rem;
height: 2rem;
width: 15rem;
color: white;
margin: 2rem;
transition:all 12s ease;
}
nav div button:hover{
cursor: pointer;
color: white;
background-color: #5DA9E9;
}
.clients img{
display: inline-flex;
flex-direction: column;
/* align-items: center; */
height: 100px;
width: 150px;
gap: 10px;
margin-left: 6px;
padding-left: 89px;
}
.clients div {
height: 6rem;
width: 103.8%;
background-color: lightgrey;
}
.about-us H1{
color: #5DA9E9;
padding-left: 822px;
font-size: 2rem ;
font-weight: bolder;
font-style: italic;
}
.about-us div{
/* display: flex; */
display: inline-block;
/* flex-direction: ; */
background-color: white;
font-size: 19px;
margin: 4rem;
height: 2rem;
width: 90%;
}
.about-us{
background-color: white;
margin: 4rem;
height: 2rem;
width: 100%;
}
.services div{
margin: 100rem;
height: 17rem;
width: 17rem;
background-color: rgb(202, 197, 197);
gap: 10px;
margin: 10px;
display: inline-block;
flex-direction: row;
padding: 5rem ;
}
.services h1{
color: #5DA9E9;
padding-left: 56rem;
}
h1{
color: #5DA9E9;
padding-left: 56rem;
}
.teams div{
background-color:black ;
height: 32rem;
width: 23rem;
}