-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbody.css
61 lines (60 loc) · 1.15 KB
/
body.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
body{
font-family: arial, helvetica;
background: #e8eefc !important;
inline-size: 100%;
}
.navbar li a{
line-height: 5vw;
}
.broadcaster{
width: 11vw;
height: 16vw;
background: white;
border-radius: 20px;
list-style: none;
display: inline-block;
}
.rectangulo{
width: 11vw;
height: 50px;
background:#4f7af0;
border-radius: 20px 20px 0px 0px;
list-style: none;
text-align: center;
color: white;
display: inline-block;
}
.league{
width: 11vw;
height: 16vw;
background: white;
border-radius: 20px;
list-style: none;
display: inline-block;
}
.teams{
width: 11vw;
height: 16vw;
background: white;
border-radius: 20px;
list-style: none;
display: inline-block;
}
.rectanguloT{
width: 50vw;
height: 87vw;
background: white;
border-radius: 20px;
list-style: none;
display: inline-block;
}
.rectanguloS{
width: 15vw;
height: 3vw;
background:#4f7af0;
border-radius: 0px 20px 20px 0px;
list-style: none;
text-align: center;
color: white;
display: inline-block;
}