forked from nw/phpsite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.php
40 lines (36 loc) · 924 Bytes
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<style>
#container {
width: 800px;
margin: 20px auto;
border: 1px solid black;
background: white;
}
#header {
height: 100px;
border-bottom: 1px solid black;
}
#menu {
width: 20%;
float: left;
border-right: 1px solid black;
}
#content {
float: left;
width: calc(80%-1px);
}
#footer {
clear: both;
width: 100%;
height: 100px;
border: 1px solid black;
}
</style>
</head>
<div id="container">
<div id="header">
<h1>Logo</h1>
</div>
<?php include "menu.php" ?>
<div id="content">