l114/Informatica po/muziek/Gear.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> body {margin:0;} .navbarmuziek { overflow: hidden; background-color: #333; bottom: 0; width: 100%; } .navbarmuziek a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .navbarmuziek a:hover { background: #ddd; color: black; } .navbarmuziek{ display: grid; grid-template-columns: auto auto auto auto auto; } </style> </head> <body> <h>Gear</h1> <?php include('./navbarmuziek.php'); ?> </body> </html>

Resultaat

Made by Thijs Aarnoudse