-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.css
More file actions
116 lines (95 loc) · 1.56 KB
/
collection.css
File metadata and controls
116 lines (95 loc) · 1.56 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
body {
background-color: black;
font-family: Arial, monospace;
display: flex;
height: 100%;
margin: 0;
}
#sidebarCollapse {
background: transparent;
margin: 0;
}
.navbar-toggler {
background-color: white;
border-radius: 50%;
padding: 5px;
}
.sidebar {
height: 100%;
width: 300px;
padding: 10px;
color: rgb(215, 242, 247);
}
#mainul {
list-style: none;
}
#mainul li {
margin-bottom: 20px;
background-color: #fff;
padding: 5px;
border-radius: 10px;
width: 40%;
}
#mainul li a {
align-self: center;
color: #3498db;
text-decoration: none;
font-size: 20px;
}
.pricechecks label {
margin-bottom: 10px;
padding: 5px;
font-size: 18px;
color: #3498db;
}
.pricechecks input {
margin-right: 5px;
}
.brands label {
margin-bottom: 10px;
padding: 5px;
font-size: 18px;
color: #3498db;
}
.brands input {
margin-right: 5px;
}
.hero {
font-family: 'Trebuchet MS', serif;
align-self: center;
height: 170px;
background-color: tr;
margin: 10px
}
.container {
/* background-color: yellow; */
margin: 5px;
}
.container-sm {
background-color: white;
margin-top: 30px;
padding: 20px;
}
.container-fluid {
/* background-color: blue; */
padding: 20px;
}
.card {
background-color: transparent;
color: white;
box-shadow:0 4px 10px rgba(255,255,255,0.5);
}
.card a {
color: white;
text-decoration: none;
}
.card-body a {
color: white;
text-decoration: none;
margin-bottom: 30px;
padding: 10px;
margin-bottom: 10px;
}
main {
margin: 20px;
}