-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomer.css
More file actions
69 lines (60 loc) · 1.02 KB
/
customer.css
File metadata and controls
69 lines (60 loc) · 1.02 KB
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
*{
margin:0;
padding:0;
}
#nav-bar
{
background-color: transparent;
position: sticky;
top:0;
z-index:10;
float: right;
}
.navbar
{
padding: 0 !important;
}
.navbar-nav li
{
padding: 0 ;
}
.navbar-nav li a
{
color:rgb(240, 9, 28) !important;
font-weight:600;
float:right;
text-align:left;
}
.navbar-brand{
font-size: 1.5rem;
color: transparent!important;
}
.nav-link{
float: right;
color: transparent !important;
}
.nav-link:hover{
background-color: rgb(255, 229, 112);
}
/* navbar css ends here */
#main
{
text-align: center;
/* background-color:rgb(134, 16, 16); */
background-image:url("lockbg.jpg");
background-size: cover;
}
.my-info{
padding: 2rem 5rem;
}
.btn-info{
padding: 1rem 1.2rem;
background-color: rgb(44, 248, 197)!important;
color: rgb(24, 22, 23)!important;
margin-left: 5px;
padding: 0.75rem;
transition: all 0.3s;
}
.btn-info:hover{
background-color: rgb(255, 246, 116)!important;
}