-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
88 lines (74 loc) · 1.45 KB
/
style.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
body{
font-family: cursive;
display: flex;
justify-content: center;
background-color: #adefff;
color: #111857;
}
h5{
font-family: cursive;
}
.nav-link{
background-color: #332166;
color: lavenderblush;
border: none;
border-radius: 40px;
font-style: italic;
cursor: pointer;
}
.nav-link:hover{
background-color: #8771e6;
}
.btn{
background-color: #332166;
color: lavenderblush;
border-color: #332166;
border-radius: 20px;
}
.btn:hover{
background-color: #8771e6;
border-color: #8771e6;
color: #000;
}
.form-control{
border-radius: 20px;
}
.navbar-brand{
color: #331092;
text-decoration: underline ;
font-style: oblique;
}
.my_cat{
color: #adefff;
display: flex;
justify-content: right;
cursor: pointer;
font-size: 20px;
border-style: dotted;
border-radius: 20px;
border-width: 8px;
border-color: #111857;
background-color: #111857;
}
.my_cat:hover{
background-color: #8771e6;
border-color: #8771e6;
}
.me{
color: lavenderblush;
cursor: pointer;
display: flex;
justify-content: left;
font-size: 20px;
border-style: double;
border-width: 8px;
}
.me:hover{
background-color: #332166;
}
.filters{
display: flex;
justify-content: center;
text-size-adjust: 10px;
background-color: #777777;
}