responsive nav
This commit is contained in:
24
index.php
24
index.php
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user