-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
68 lines (52 loc) · 1.02 KB
/
index.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
/* navbae styles */
.navbar-bg{
background-color: var(--bgcolor);
padding: 2rem;
z-index: 99;
position: relative;
}
.navbar-brand{
font-size: 1.5rem;
}
.navbar li{
padding: 0.2rem;
}
.navbar li a{
font-size: 1.3rem;
position: relative;
font-weight: lighter;
}
.navbar li a:hover {
color: #47D7AC;
text-shadow: 0 0.3rem 0.2rem #9Fc5e3;
}
.btn-style{
width: 8rem;
height: 3rem;
border-radius: 3rem;
border: #0a5453;
background-color: #47D7AC;
text-transform: capitalize;
font-size: 1.1rem;
}
.btn-style :first-child{
margin-right: 2rem;
}
.btn-style:hover{
border: 0.1rem solid var(--primary-color);
box-shadow: 0 0.2rem 0.5rem #9Fc5e3;
background-color: transparent;
color: #47D7AC
}
.btn-style-border{
border: 0.1rem solid var(--primary-color);
box-shadow: 0 0.2rem 0.5rem #9Fc5e3;
background-color: transparent;
color: #47D7AC
}
.btn-style-border:hover{
background-color: #47D7AC;
text-transform: capitalize;
border: #0a5453;
/* login font size nhi dikh rha h */
}