-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
94 lines (82 loc) · 1.56 KB
/
index.css
File metadata and controls
94 lines (82 loc) · 1.56 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
.body {
position: relative;
margin: auto;
height: 900px;
width: 1600px;
border-style:solid;
border-color:#39FF14;
}
#border {
border-style:solid;
border-color:#39FF14;
}
body {
background-color : black;
background-image: url('https://codehs.com/uploads/a033f1b9906b7b9a80106fcf73b92211');
}
h1 {
color: white;
text-align: center;
font-family: "Comic Sans MS";
background-image: linear-gradient(to left, violet, indigo, blue, yellow, orange, red); -webkit-background-clip: text;
color: transparent;
}
p {
font-family: "Comic Sans MS";
font-size: 20px;
position:absolute; left:0px; top:250px;
color:#39FF14;
}
#buttons li {
float: left;
list-style: none;
text-align: center;
background-color: black;
margin-right: 30px;
width: 150px;
line-height: 60px;
border: 2px solid black;
border-color: #39FF14;
}
#buttons li a {
text-decoration: none;
color: #FFFFFF;
font-size: 15px;
}
#buttons li a:hover {
text-decoration: none;
color: #000000;
background-color: #39FF14;
}
#myImage {
width: 400px;
height: 300px;
position: absolute;
bottom: 0px;
right: 0px;
}
#myImage2 {
width: 400px;
height: 300px;
position: absolute;
left: 0px;
bottom: 0px;
}
#myImage3 {
width: 372px;
height: 88px;
position: absolute;
top: 0%;
right: 0%;
}
#button {
background-image: url('animegay.gif');
width: 88px;
height: 31px;
position: absolute;
bottom: 0%;
left: 50%;
}
#button:hover {
background-image: url('64.gif');
}