-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (41 loc) · 811 Bytes
/
Copy pathstyle.css
File metadata and controls
48 lines (41 loc) · 811 Bytes
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
body{
background-color: rgb(126, 126, 126);
}
.title {
display: inline-flexbox;
text-align: center;
margin-left: 20%;
margin-right: 20%;
}
.games {
display: inline-flex;
margin-left: 2%;
margin-right: 2%;
text-align: center;
border: solid 3px black;
font-size: 21px;
text-decoration: solid;
background-color: rgb(255, 255, 255);
font-family: 'Courier New', Courier, monospace;
}
div {
padding-right: 30px;
padding-left: 30px;
padding-top: 20px;
padding-bottom: 20px;
}
h2 {
text-align: center;
font-size: 40px;
font-family: 'Courier New', Courier, monospace;
}
a {
text-decoration: none;
color: black;
text-decoration: solid;
font-weight: bold;
}
img {
display: inline-flex;
text-align: center;
}