-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
37 lines (32 loc) · 694 Bytes
/
styles.css
File metadata and controls
37 lines (32 loc) · 694 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
body {
background-image: url(889.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
canvas {
display: block;
background-color: #111237;
margin: 100px auto;
background-image: url(889.jpg);
background-position: center;
background-size: cover;
box-shadow: 10px 10px 10px #111237, -10px -10px 10px #111237;
}
.footer {
color: #BF1E2E;
text-align: center;
font-size: 25px;
font-family: 'Share Tech Mono';
margin: 0 auto 10px auto;
}
.footer img {
vertical-align: -55%;
}
.footer a {
text-decoration: None;
color: #BF1E2E;
}
.footer a:hover {
text-decoration: underline;
}