-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathg.css
More file actions
84 lines (64 loc) · 1.19 KB
/
g.css
File metadata and controls
84 lines (64 loc) · 1.19 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
*{margin: 0px;
padding: 0px;}
.nav{
height: 60px;
background-color: #430f58;
color: antiquewhite;
text-align: center;
}
h{margin-top: 20px;}
body{
background-color: #d5def5;
}
.s1{
height: 225px;
width: 225px;
border-radius: 50%;
margin-top: 50px;
display: flex;
justify-content: center;
align-items: center;
}
img{height: 200px;
width: 200px;
object-fit: cover;
border-radius: 50%;
}
.choice{
height: 300px;
width: 900px;
display: flex;
justify-content: space-evenly;
background-color: #8594e4;
margin-top: 50px;
margin-left: 325px;
border-radius: 1rem;
}
.s1:hover{
cursor: pointer;
background-color: #430f58;
}
.score{
display: flex;
justify-content: center;
align-items: center;
font-size: 3rem;
margin-top: 30px;
margin-left: 100px;
}
.uscore{ margin-right:50px ;
}
.cscore{margin-left: 50px;}
#user{margin-left: 25px;}
#com{margin-left: 60px;}
.msg{margin-left:650px ;
margin-top: 30px;
font-size: 2rem;
height: 75px;
width: 300px;
background-color: #430f58 ;
display: flex;
justify-content: center;
align-items: center;
color: antiquewhite;
border-radius: 1rem;}