-
Notifications
You must be signed in to change notification settings - Fork 1
/
ticDesign.css
63 lines (62 loc) · 1.02 KB
/
ticDesign.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
body{
background-color: rgb(223, 240, 236);
}
.head{
margin-top: 2%;
margin-left: 35%;
text-align: center;
font-size: 4vw;
width: 30%;
}
.major{
margin-top:2%;
margin-left: 35%;
}
.lead{
display: flex;
}
.button{
border: 1px dotted black;
width:100%;
/* margin-top: 2%;
margin-left: 41%; */
}
.players{
margin-top: 2%;
/* margin-left: 40%; */
text-align: center;
font-size: 2vw;
}
.backColor{
width:15%;
height:20%;
border: 1px solid black;
/* padding: 10px; */
text-align: center;
font-size: 8vw;
/* margin: 5px; */
/* border-radius: 50px; */
}
.backColor:hover{
background-color: rgb(184, 197, 193);
}
.div1, .div2, .div3{
border-top: none;
}
.div1, .div4, .div7{
border-left: none
}
.div3, .div6, .div9{
border-right: none;
}
.div7, .div8, .div9{
border-bottom: none;
}
.side{
position: absolute;
/* margin-top: -32%;
margin-left: 2%; */
float: left;
padding: 0.5%;
border: 0.5px solid black;
}