-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (48 loc) · 917 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
48
49
50
51
52
53
54
55
56
57
58
<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
</style>
.wow {
width: 100%;
}
h1 {
font-size: 1.25rem;
}
.rps {
width: 30%;
height: auto;
}
body {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(to top left, #946FE8, #6FCBE8);
font-family: 'Nunito Sans', sans-serif;
font-weight: 700;
font-size: 1rem;
flex-direction: column;
}
.about {
margin: 2rem;
font-weight: 400;
font-size: 1rem;
}
.selection {
display: flex;
justify-content: space-between;
align-items: center;
margin: 1rem;
}
.selection button {
}
.computerSelection {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: 2rem;
}
.rock {
width: 25%;
height: auto;
}