-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
44 lines (40 loc) · 705 Bytes
/
index.css
File metadata and controls
44 lines (40 loc) · 705 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
body{
background-color: black;
/*opacity: .9;*/
background-image: url("https://s3.amazonaws.com/i.seelio.com/f3/b3/f3b38e0625012600f8c71693e75443dc526c.jpg");
}
#startPop{
border: 2px dashed black;
border-radius: 5px;
width:50%;
height:300px;
margin-left:25%;
margin-right:25%;
margin-top:10%;
color: black;
background-color: white;
}
h1{
font-family: Courier New, Courier, monospace;
margin-top: 5%;
margin-left: 30%;
margin-right: 10%;
}
#readyButton{
height: 5em;
width:150px;
margin-left: 40%;
margin-top: 10%;
border: 2px dashed white;
background-color: black;
color:white;
}
#readyButton:hover{
transform: scale(1.2);
}
h2{
margin-left:2em;
}
a{
text-decoration: none;
}