-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
172 lines (154 loc) · 3.31 KB
/
style.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
164
165
166
167
168
169
170
171
172
*{
scroll-behavior: smooth;
/* background: #1f2952; */
}
body{
margin: 0;
padding: 0;
height: 95vh;
background-color: #1f2952;
}
#body{
background-color: #1f2952;
}
#open_text{
border: #040b25 2px solid;
border-radius: 20px;
background-color: rgba(240, 248, 255, 0.123);
margin: 3%;
margin-right: 7%;
}
.img-fluid{
border: #040b25 solid 2px;
}
#particles-js{
height: 100%;
background: #1f2952;
}
#opening_line{
/* background: #fff; */
opacity: 0.9;
/* padding: 2em; */
/* border: #1f2952 2px solid; */
position: absolute;
top: 5rem;
left: 1rem;
}
#whyUs h2{
font-size: 2.5em;
text-align: center;
font-family: 'Open Sans', sans-serif;
/* margin-left: 10px; */
background-color: #1900ff;
display: block;
color: white;
border-radius: 15px;
filter: saturate(0);
margin: 15px;
}
#features{
/* padding: 7% 7%; */
/* background-color: #fff; */
position: relative;
z-index: 1;
border-radius: 15px;
margin: 15px;
}
#About{
/* border: 2px solid #1900ff; */
margin: 15px;
border-radius: 15px;
text-align: center;
/* background-color: rgb(162, 168, 170); */
font-weight: bold;
font-size: large;
padding: 0.5rem;
display: inline-block;
color: aliceblue;
}
#About h2{
font-size: 2.5em;
text-align: center;
font-family: 'Open Sans', sans-serif;
/* margin-left: 10px; */
background-color: #1900ff;
display: block;
color: white;
border-radius: 15px;
filter: saturate(0);
}
#Categories{
/* border: 2px solid #1900ff; */
margin: 15px;
border-radius: 15px;
text-align: center;
/* background-color: rgb(162, 168, 170); */
font-weight: bold;
font-size: large;
padding: 0.5rem;
display: inline-block;
color: aliceblue;
}
#Categories h2{
font-size: 2.5rem;
text-align: center;
font-family: 'Open Sans', sans-serif;
/* margin-left: 10px; */
background-color: #1900ff;
display: block;
color: white;
border-radius: 15px;
filter: saturate(0);
}
/* Style the tab buttons */
.tablink {
background-color: #1f2952;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
/* padding: 14px 16px; */
font-size: 1.25rem;
width: 50%;
border-radius: 15px;
/* margin: 0.05rem; */
}
/* Change background color of buttons on hover */
.tablink:hover {
background-color: #777;
}
/* Set default styles for tab content */
.tabcontent {
color: white;
display: none;
/* padding: 50px; */
margin-top: 3rem;
text-align: center;
}
/* Style each tab content individually */
/* #London {background-color:rgb(70, 60, 207);}
#Paris {background-color:rgb(230, 28, 105);} */
#Contact{
/* border: 2px solid #1900ff; */
margin: 15px;
border-radius: 15px;
text-align: center;
/* background-color: rgb(162, 168, 170); */
font-weight: bold;
font-size: large;
padding: 0.5rem;
display: inline-block;
color: aliceblue;
}
#Contact h2{
font-size: 2.5em;
text-align: center;
font-family: 'Open Sans', sans-serif;
/* margin-left: 10px; */
background-color: #1900ff;
display: block;
color: white;
border-radius: 15px;
filter: saturate(0);
}