```html
body {
fontfamily: Arial, sansserif;
backgroundcolor: f4f4f4;
padding: 20px;
}
h1 {
textalign: center;
color: 333;
}
.scheduletable {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
.scheduletable th, .scheduletable td {
border: 1px solid ddd;
padding: 10px;
textalign: center;
}
.scheduletable th {
backgroundcolor: f2f2f2;
}
.scheduletable tr:nthchild(even) {
backgroundcolor: f9f9f9;
}
.scheduletable tr:hover {
backgroundcolor: f2f2f2;
}
Date | Time | Match | Venue |
---|---|---|---|
June 1, 2024 | 18:00 | France vs Italy | Stadium A |
June 2, 2024 | 15:00 | Germany vs Spain | Stadium B |
June 3, 2024 | 17:30 | England vs Portugal | Stadium C |
June 4, 2024 | 16:00 | Netherlands vs Belgium | Stadium D |
June 5, 2024 | 19:00 | Switzerland vs Croatia | Stadium E |
June 6, 2024 | 20:00 | Sweden vs Denmark | Stadium F |
June 7, 2024 | 18:30 | Austria vs Poland | Stadium G |
June 8, 2024 | 21:00 | Scotland vs Wales | Stadium H |
June 9, 2024 | 17:00 | Finland vs Russia | Stadium I |
June 10, 2024 | 19:30 | Ukraine vs Turkey | Stadium J |