-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathstyle.css
73 lines (63 loc) · 1.17 KB
/
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
63
64
65
66
67
68
69
70
71
72
73
body {
background-color: #3c3c3c;
height: 100%;
text-align:center;
}
nav {
background-color: #5f5f5f;
border-radius: 5px;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
}
nav a {
display: block;
padding: 1rem;
text-decoration: none;
color: #c5c5c5;
border-radius: 5px;
}
nav a:hover {
background-color: #868686;
color: #fff;
}
.linkimg {
border-radius: 10px;
border-width: 5px;
border-style: solid;
border-color:#CCCCCC;
width: 160px;
height: 120px;
margin: 20px 20px;
}
.linkimg:hover {
width: 180px;
height: 140px;
border-color:#FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
a.link {
display: inline-block;
padding: 10px 20px;
border-radius: 20px;
background-color: #747474;
color: #d3d3d3;
text-decoration: none;
margin: 5px;
}
a.link:hover {
background-color: #7e7e7e;
}
.arcadelist {
border-radius: 10px;
background-color: #5c5c5c;
width: 75%;
height: 100%;
margin: auto auto;
}