Gridiron Showdown: Kansas City Takes on Colorado – Who Will Emerge Victorious
Football Big Winner
Match Details
Match Date: 2024/09/19 08:30
Match Result: 4 – 1
Kansas City
Colorado
Technical Statistics
Historical Confrontation
League Date Home Team Score Away Team Half-Time Corner Kick Handicap Trend
In the past 10 matches between the two teams, Kansas City has won 2 games, tied 3 games, lost 3 games, winning rate: 20.00%, winning rate: 40.00%, big rate: 20.00%
Home Team Record
League Date Home Team Score Away Team Half-Time Corner Kick Handicap Trend
Kansas City’s last 10 games, win 4 draw 2 loss 4, win 40.00% win 40.00% over 30.00%
Away Team Record
League Date Home Team Score Away Team Half-Time Corner Kick Handicap Trend
Colorado’s last 10 games, wins 7 draws 1 losses 2, wins 70.00%, wins 60.00%, wins 50.00%
Home Team Injuries
Away Team Injuries
“`css
main {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
header {
background-color: #f0f0f0;
padding: 20px;
text-align: center;
}
h1 {
font-size: 36px;
margin-bottom: 10px;
}
section {
background-color: #fff;
padding: 20px;
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h2 {
font-size: 24px;
margin-bottom: 10px;
}
.teams {
display: flex;
justify-content: space-between;
align-items: center;
}
.team {
display: flex;
align-items: center;
}
.team img {
width: 50px;
height: 50px;
margin-right: 10px;
}
.team p {
font-size: 18px;
font-weight: bold;
}
@media (max-width: 768px) {
main {
padding: 10px;
}
section {
padding: 10px;
}
.teams {
flex-direction: column;
}
.team {
margin-bottom: 10px;
}
}
“`
