-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.css
92 lines (77 loc) · 1.47 KB
/
footer.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
.t{
margin-top: 40px;
width: 80%;
margin-left: 150px;
display: flex;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius: 10px;
}
.tt {
border-radius: 10px;
padding: 5px;
width:25%;
}
.tt r {
font-weight: 600px;
}
.rr {
width: 100%;
height: 40px;
}
.tt a {
text-decoration: none;
color: rgb(88, 82, 82);
/*font-family: 'Bree Serif', serif;*/
}
.tt a:hover {
background-color: rgb(207, 190, 190);
display: block;
color: rgb(88, 82, 82);
/*font-family: 'Bree Serif', serif;*/
}
#r {
height: 0.50px;
color: black;
background-color: grey;
}
.ttt h4 {
font-weight: 800;
/*font-family: 'Bree Serif', serif;*/
}
.ttt{
/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
border-radius: 10px;
padding: 5px;
width:25%;
}
.ttt r{
font-weight: 600px;
}
.rr{
width: 100%;
height: 40px;
}
.ttt a {
text-decoration: none;
color: rgb(88, 82, 82);
/* font-family: 'Bree Serif', serif;*/
}
.ttt a:hover {
background-color: rgb(207, 190, 190);
display: block;
color: rgb(88, 82, 82);
/*font-family: 'Bree Serif', serif;*/
}
#r {
height: 0.50px;
color: black;
background-color: grey;
}
.ttt h4 {
font-weight: 800;
/*font-family: 'Bree Serif', serif;*/
}
.tt h4 {
font-weight: 800;
/*font-family: 'Bree Serif', serif;*/
}