-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (62 loc) · 1.22 KB
/
style.css
File metadata and controls
72 lines (62 loc) · 1.22 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
html {
padding: 0;
margin: 0;
cursor: url(http://cur.cursors-4u.net/holidays/hol-1/hol65.ani),
url(http://cur.cursors-4u.net/holidays/hol-1/hol65.png), auto !important;
}
body {
font-family: "Times New Roman", Times, serif;
text-align: center;
background-color: black;
color: orange;
background-image: url("https://i.gifer.com/YqWu.gif");
}
p {
/* text-align: center; */
margin: 0 auto;
width: 400px;
font-size: 18px;
}
h1 {
font-size: 42px;
}
footer {
position: fixed;
bottom: 0;
margin-bottom: 30px;
}
a {
font-style: italic;
color: orange;
cursor: url(http://cur.cursors-4u.net/holidays/hol-1/hol65.ani),
url(http://cur.cursors-4u.net/holidays/hol-1/hol65.png), auto !important;
margin-right: 10px;
}
.bio {
width: 400px;
padding: 40px;
border: 1px solid orange;
margin: 0 auto;
}
.bio img {
/* border: 1px solid orange; */
}
.bio button a {
color: #000;
font-weight: bold;
margin: 5px;
}
#pumpkin {
margin-top: 40px;
}
button {
margin-top: 20px;
border-radius: 0;
background: linear-gradient(orange, #fff);
color: #000;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
text-decoration: underline;
font-style: italic;
padding: 5px 10px;
}