-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
106 lines (81 loc) · 1.35 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
.conta{
display: flex;
flex-direction: row;
/* border: solid black; */
margin-top: 35px;
margin-left: 12px;
margin-right: 128px;
justify-content: space-evenly;
}
#steplogo{
margin-left: 2rem;
margin-top: 0.2rem;
}
.navbar{
max-height:5rem;
}
.navcon{
margin-left:22rem ;
font-size: 1rem;
display: flex;
margin-right: 0rem;
width:100%;
/* border:solid black; */
justify-content: space-between;
}
.navbar-brand{
margin-bottom: 0.1rem;
padding-bottom: 1rem;
}
.card-text{
color: rgb(4, 4, 250);
}
#cd1{
background-color: rgb(241, 250, 187);
border-radius: 8px;
}
#cd2{
border-radius: 8px;
}
.cont2{
display: flex;
flex-direction: row;
/* border: solid black; */
margin-top: 4px;
margin-left: 7rem;
margin-right: 14rem;
justify-content: space-between;
box-sizing: border-box;
flex-direction:row ;
}
.bgclr{
background-color: #002130!important;
}
#cd4{
padding-right: 2rem;
padding-left: 2rem;
}
#cd5{
padding-right: 5rem;
padding-left: 5rem;
}
#cd3{
padding-right: 3rem;
padding-left: 3rem;
}
.bg-cus{
background-color: #ffecec !important ;
}
.bg-cus2{
background-color: rgb(232, 223, 233)!important ;
}
.bg-cus3{
background-color: #dcefce!important ;
}
.card h4{
letter-spacing: 1px;
}
.crdtxt{
color: rgb(224, 15, 15);
font-size: 13px;
}