体育导入新课万能模板
```html
/* Your CSS styles can go here */
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 0;
boxsizing: borderbox;
}
header {
backgroundcolor: 333;
color: fff;
padding: 20px;
textalign: center;
}
nav {
backgroundcolor: 444;
padding: 10px;
textalign: center;
}
nav a {
color: fff;
textdecoration: none;
padding: 0 10px;
}
nav a:hover {
color: ff0;
}
section {
padding: 20px;
}
footer {
backgroundcolor: 333;
color: fff;
textalign: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
}
Sports Hub
Your ultimate source for all things sports!
Stay updated with the latest happenings in the world of sports.
Check out the upcoming matches and events.
Review the outcomes of recent matches and games.
See where your favorite teams stand in the rankings.
© 2024 Sports Hub. All rights reserved.