forked from vaishnavi0077/Web_Wizards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
45 lines (43 loc) · 872 Bytes
/
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
:root{
--bgcol3:linear-gradient(0deg, rgba(0,0,0,1) 24%, rgba(66,66,66,1) 100%);
--bgcol2 :linear-gradient(0deg, rgba(7,117,19,1) 0%, rgba(0,0,0,1) 39%) ;
--bgcol1 : linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,6,78,1) 100%);
--buttoncol :white;
}
.dis {
display: flex;
justify-content: space-between;
}
.bar {
background-color: white;
}
.first_div {
padding-left: 90px;
display: flex;
justify-content: space-between;
box-shadow: 2px 3px 2px #565454;
box-sizing: border-box;
background-color: #fff;
}
.second_div {
display: flex;
justify-content: flex-start;
margin-left: 10px;
padding-right: 10px;
padding: 10px;
}
.third_div {
display: flex;
justify-content: space-between;
padding-right: 150px;
}
.mult_div {
padding: 10px;
cursor: pointer;
}
.header{
background: var(--bgcol1);
}
.footer{
background: var(--bgcol1);
}