-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (57 loc) · 896 Bytes
/
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
body {
background-color: #333;
color: #ccc;
font-family: sans-serif;
}
a:link {
color: #ccc;
}
a:visited {
color: #ccc;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
img {
border:0;
}
h3 {
margin-top: 0px;
}
.cardimg {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
width: 200px;
height: 150px;
object-fit: scale-down;
display: block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
.cardimg2 {
width: 200px;
height: 150px;
object-fit: scale-down;
display: block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
.clear-left {
clear: left;
}
.card {
float: left;
width: 300px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 16px;
text-align: center;
border-radius: 5px;
margin: 10px;
background-color: black;
}