responsive nav

This commit is contained in:
Ricsi
2016-11-25 22:04:57 +01:00
parent 9532183921
commit 8dbb3fb944
2 changed files with 32 additions and 20 deletions

View File

@@ -2,25 +2,20 @@
<head>
<style>
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0px;
}
a:link {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
nav {
width: 100%;
background-color: #000;
padding: 10px 0px;
}
nav a {
color: #fff;
margin: 10px;
text-decoration: none;
}
nav a:hover {
text-decoration: underline;
}
td.create {
padding: 15px 0px;
}
@@ -56,6 +51,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/_css/form.css">
<link rel="stylesheet" type="text/css" href="/_css/nav.css">
<title>Badminton Coach v 0.1</title>
<?php
require('common.php');