-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
47 lines (39 loc) · 847 Bytes
/
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
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: linear-gradient(to top, rgba(0, 0 , 0 , 0.5)50%, rgba(0, 0 , 0 , 0.5)50%), url(Back6.jpg);
background-position: center;
background-size: cover;
height: 109vh;
width: 100%;
}
h1 {
font-family: 'Times New Roman', Times, serif;
color: white;
}
#opponent-choice {
width: 240px;
height: 240px;
background-color: beige;
margin-top: 10px;
border-radius: 50%;
}
#your-choice {
width: 240px;
height: 240px;
background-color: burlywood;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 50%;
}
#choices {
width: 240px;
height: 80px;
/*background-color: rgb(98, 67, 31);*/
margin-top: 10px;
margin: 0 auto;
}
#choices img {
width: 80px;
height: 80px;
}