-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
executable file
·64 lines (57 loc) · 929 Bytes
/
index.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
header, section, footer, aside, nav, main, article, figure {
display: block;
}
a {
color: rgb(64,255,64);
text-decoration: none;
}
h1, h4 {
display: inline;
line-height: 1;
}
h1 { font-size: 60px; }
h2 { font-size: 52px; }
h3 {
font-size: 40px;
padding: 0;
margin: 0px;
}
h4 { font-size: 32px; }
h5 { font-size: 24px; }
body {
background: #403a4d;
color: white;
margin: 0;
padding: 0;
}
section {
}
article {
text-align: left;
}
.game {
background: rgba(0,0,0,0.25);
display: inline-block;
overflow: hidden;
height: 384px;
text-align: left;
text-padding: 0;
padding: 0;
margin: 5px;
width: 90%;
}
img {
display: inline-block;
}
.thumbnail {
float:left;
padding-right: 10px;
width: 384px;
height: 384px;
}
@media only screen and (max-width: 970px) {
.game {
width: 384px;
height: 820px;
}
}