-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (56 loc) · 966 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
a{
text-decoration: none;
color: black;
}
.TopContainer{
display: flex;
flex-wrap: nowrap;
width: 94%;
height: auto;
background-color: rgb(248, 197, 252);
justify-content: center;
align-items: center;
border-radius: 25px;
margin-left: 3%;
flex-direction: column;
}
.Title{
font-size: 100px;
}
.Anzeige{
display: flex;
justify-content: space-around;
}
.score{
font-size: 100px;
}
.Teamliste{
display: flex;
justify-content: space-between;
font-size: 20px;
padding-left: 10%;
padding-right: 21%;
}
.Saisonsim{
font-size: 70px;
background-color: antiquewhite;
border-radius: 20px;
padding: 20px;
margin: 20px;
margin-top: 20px;
}
.Containerteams{
display: flex;
flex-direction: column;
width: 100%;
}
.Teamlgs{
display: flex;
justify-content: space-around;
}
.Teamlogo{
height: 5%;
width: 5%;
margin: 10px;
display: flex;
}