|
@@ -1,10 +1,24 @@
|
|
|
-<body background="thefletch.jpg" >
|
|
|
|
|
|
|
+<style>
|
|
|
|
|
+body, html {
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ /* The image used */
|
|
|
|
|
+ background-image: url("thefletch.jpg");
|
|
|
|
|
+
|
|
|
|
|
+ /* Full height */
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+
|
|
|
|
|
+ /* Center and scale the image nicely */
|
|
|
|
|
+ background-position: center;
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-size: cover;
|
|
|
|
|
+/* background-size: contain; */
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+<body>
|
|
|
|
|
|
|
|
-<!-- <style>
|
|
|
|
|
- body {
|
|
|
|
|
- background-image: url(thefletch.jpg);
|
|
|
|
|
- }
|
|
|
|
|
- </style> -->
|
|
|
|
|
<audio src="Harold Faltermeyer - Fletch Theme (Extended Version).mp3" autoPlay loop></audio>
|
|
<audio src="Harold Faltermeyer - Fletch Theme (Extended Version).mp3" autoPlay loop></audio>
|
|
|
|
|
|
|
|
</body>
|
|
</body>
|