Compare commits
1 Commits
0572f81aeb
...
1bc0a2df8c
| Author | SHA1 | Date |
|---|---|---|
|
|
1bc0a2df8c |
|
|
@ -1,5 +1,5 @@
|
||||||
/* background */
|
/* background */
|
||||||
#background {
|
body {
|
||||||
background: url(../img/shirakawa.jpg);
|
background: url(../img/shirakawa.jpg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
<link rel="stylesheet" href="css/flavour.css">
|
<link rel="stylesheet" href="css/flavour.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="background">
|
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<?php echo '<h1>' . $machine->name . '</h1>
|
<?php echo '<h1>' . $machine->name . '</h1>
|
||||||
|
|
@ -55,6 +54,5 @@
|
||||||
</p>';?>
|
</p>';?>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue