-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
115 lines (98 loc) · 1.5 KB
/
Copy pathstyle.css
File metadata and controls
115 lines (98 loc) · 1.5 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
112
113
114
115
html {
height: 100%;
}
body {
font-family: Arial;
height: 100%;
}
#root-container {
position: relative;
min-height: 100%;
}
#content-container {
padding-bottom: 220px;
}
footer {
color: grey;
background: black;
padding: 50px 0px;
width: 100%;
text-align: center;
margin: 0;
position: absolute;
bottom: 0;
}
.title-heading {
text-align: center;
padding: 20px;
}
.section-content {
text-align: center;
padding-left: 80px;
padding-right: 80px;
padding-bottom: 20px;
text-indent: 40px;
}
.left-align {
text-align: left;
}
#games-list {
text-align: center;
}
.game-img {
width: 300px;
height: 300px;
}
.game-container {
width: 300px;
text-align: center;
display: inline-block;
margin: 10px;
}
.game-description {
text-align: left;
height: 40px;
overflow: scroll;
}
.game-title {
text-decoration: none;
font-weight: bold;
margin-top: 20px;
display: block;
color: black;
}
.game-title:visited {
text-decoration: none;
color: inherit;
}
.icon-button {
width: 40px;
height: 40px;
border-radius: 10px;
}
.button-link-text {
padding: 10px;
}
.icon-text-button {
text-decoration: none;
display: inline-flex;
margin: 0;
background: lightgray;
border-radius: 10px;
width: 110px;
}
.icon-text-button:visited {
text-decoration: none;
color: inherit;
}
.linked-list li {
height: 40px;
padding: 1px;
min-width: 300px;
}
.linked-list li a {
background: lightgray;
border-radius: 10px;
padding: 10px;
display: block;
}