Compare commits

..

1 Commits

Author SHA1 Message Date
steven 0572f81aeb fix(body): background height 2021-03-16 11:52:14 -04:00
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* background */
body {
#background {
background: url(../img/shirakawa.jpg);
background-repeat: no-repeat;
background-size: cover;

View File

@ -22,6 +22,7 @@
<link rel="stylesheet" href="css/flavour.css">
</head>
<body>
<div id="background">
<header>
<?php echo '<h1>' . $machine->name . '</h1>
@ -54,5 +55,6 @@
</p>';?>
</footer>
</div>
</body>
</html>