-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (66 loc) · 1.38 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
*{
margin: 0;
border: border-box;
}
body{
display: flex;
justify-content: center;
background-color: #059212;
}
.mainDiv
{
height:100vh;
width:100vh;
background-color: #99ec00c5;
display:flex;
flex-wrap: wrap;
border-radius: 25px;
}
.inbox
{
height:150px;
width:150px;
background-color: #f4ff90d2;
border: 1.5px solid black;
border: border-box;
display: flex;
justify-content: center;
align-items: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin: 30px;
border-radius: 20px;
/* margin-top: 5px; */
}
.player1{
height:100vh;
width:275px;
background-color: #04d001d7;
border-radius: 25px;
display: flex;
align-items: center;
font-size: 3rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding-top: 30px;
color: #304221d2;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
}
.player2{
height:100vh;
width:275px;
background-color: #04d001d5;
border-radius: 25px;
display: flex;
justify-content: center;
font-size: 3rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding-top: 30px;
color: #304221d2;
}
.cyduck{
height:500px;
width:200px;
/* background-size: cover; */
/* border: 3px solid black; */
}