-
Notifications
You must be signed in to change notification settings - Fork 0
/
utility.css
55 lines (55 loc) · 873 Bytes
/
utility.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
.nbheight{
height: 50px;
}
.border{
border: 1.3px solid transparent;
}
.border:hover{
border: 1.3px solid #ffffff;
}
.box-top{
font-size: 0.7rem;
}
.box-bottom{
font-size: 0.85rem;
font-weight: 700;
}
.pointer{
cursor: pointer;
}
.wtdn{
color: #fff;
text-decoration: none;
}
.main-cards-links{
text-decoration: none;
display: flex;
justify-content: center;
}
.cards-heading{
margin: 10px;
text-decoration: none;
color: #0f1111;
text-align: center;
}
.main-bottom{
margin: 10px;
text-decoration: none;
}
a,a:link,a:visited{
color: #007185;
text-decoration: none;
}
.nosty ul li a:hover{
text-decoration: underline;
}
.nhwbfxn{
width: 114px;
height: 33px;
border: 0.5px solid #ffffff;
border-radius: 5px;
}
.nav-li a:hover {
color: #ccc;
text-decoration: underline;
}