-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpric.css
64 lines (57 loc) · 1.01 KB
/
pric.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
body{
font-family: century gothic,sans-serif;
}
.card1:hover {
background:#00ffb6;
border:1px solid #00ffb6;
}
.card1:hover .list-group-item{
background:#00ffb6 !important
}
.card2:hover {
background:#00C9FF;
border:1px solid #00C9FF;
}
.card2:hover .list-group-item{
background:#00C9FF !important
}
.card3:hover {
background:#ff95e9;
border:1px solid #ff95e9;
}
.card3:hover .list-group-item{
background:#ff95e9 !important
}
.card:hover .btn-outline-dark{
color:white;
background:#212529;
}
#rowed{
margin-top: 0px;
}
#heading{
margin-top: 40px;
}
/* #ht{
margin-left: 300px;
margin-right: 300px;
} */
#tab{
margin-left: auto;
margin-right: auto;
}
#back{
background-color:white;
border: 0.1px black solid;
position: fixed;
margin-left: 30px;
padding-left: 8px;
padding-right: 8px;
border-radius: 6px;
text-decoration: none;
color: black;
}
#back:hover{
background-color:black;
color:white;
}