La Liga - Home

La Liga Logo

Welcome to the heart of Spanish Football!

Learn More

Contact Us

``` ```css /* style.css */ body { font-family: 'Roboto', sans-serif; margin: 0; background-color: #f4f4f4; color: #333; line-height: 1.6; } header { background-color: #222; color: #fff; padding: 10px 20px; text-align: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } nav a { color: #fff; text-decoration: none; margin: 0 10px; border-radius: 5px; transition: all 0.3s; } nav a:hover { background-color: #333; color: #fff; } main { padding: 20px; max-width: 960px; margin: 20px auto; background-color: #fff; color: #333; text-align: center; } .container { max-width: 960px; padding: 20px; background-color: #f4f4f4; color: #333; } .featured-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; padding: 20px; } .item { border: 1px solid #ccc; padding: 10px; text-align: center; border-radius: 5px; } .grid { display: flex; flex-wrap: wrap; justify-content: center; margin-left: 20px; } .item:nth-child(1) { width: 20%; } .item:nth-child(2) { width: 30%; } .item:nth-child(3) { width: 20%; } .call-to-action { margin-top: 20px; padding: 10px; background-color: #f4f4f4; color: #fff; text-decoration: none; } .call-to-action a { color: #fff; text-decoration: none; } .call-to-action a:hover { background-color: #333; } footer { background-color: #222; color: #fff; padding: 10px; text-align: center; position: absolute; bottom: 0; width: 100%; text-align: center; }