-
Notifications
You must be signed in to change notification settings - Fork 0
/
customer_dashboard.css
80 lines (68 loc) · 1.3 KB
/
customer_dashboard.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
.gallery {
background: url('dot.jpeg');
margin: 0;
background-size:1500px;
height: 750px;
}
.jump{
align:center;
padding-top: 150px;
opacity: 0.8;
color: #2E3F61;
font-family: Roboto;
font-weight: 900;
font-size: 25px;
padding-left: 115px;
}
#About-contact {
background-color: #2E3F61;
}
.card-img-top {
width: 80%;
}
.navbar-brand {
padding-top: 0;
padding-bottom: 0;
line-height: 80px;
}
#our {
background-color: #4E5276;
border-radius: 25px;
padding: 1px 1px;
}
.btn-card {
background-color: #2E3F61;
color: white;
font-weight: bold;
}
.btn-card:hover{
color: white;
}
.text-card{
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.image-card{
border-bottom-right-radius: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.image-card2{
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.text-card2{
border-bottom-right-radius: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.border-our{
border: 5px solid #2E3F61;
border-radius: 15px;
}