2024年欧洲杯分组赛制
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 20px;
}
.container {
maxwidth: 800px;
margin: 0 auto;
}
h1 {
textalign: center;
marginbottom: 30px;
}
.group {
marginbottom: 40px;
}
.groupname {
fontsize: 24px;
fontweight: bold;
textalign: center;
marginbottom: 10px;
}
.teams {
display: flex;
flexwrap: wrap;
justifycontent: center;
}
.team {
width: 150px;
margin: 10px;
textalign: center;
}
.team img {
width: 100px;
height: 100px;
borderradius: 50%;
objectfit: cover;
marginbottom: 10px;
}
.teamname {
fontsize: 16px;
fontweight: bold;
}
2024年欧洲杯分组