image in tracks

This commit is contained in:
Set Sakrecoer 2019-11-05 12:54:51 +01:00
parent 0ad7ed1e96
commit 8300a0fe2e
2 changed files with 3 additions and 6 deletions

View file

@ -32,6 +32,7 @@ layout: default
<div id="timer"> <div id="timer">
{{ page.content }} {{ page.content }}
<img src="{{ page.image }}" alt="cover art for {{ page.title }}" width="100%" />
</div> </div>
</div> </div>
<audio preload="true" autoplay="true" <audio preload="true" autoplay="true"
@ -76,6 +77,8 @@ layout: default
<style type="text/css"> <style type="text/css">
body { body {
background-image:url('{{ page.image }}') ; background-image:url('{{ page.image }}') ;
background-size: 200%;
background-repeat: repeat;
} }
#navigation { #navigation {
opacity: 1; opacity: 1;

View file

@ -54,18 +54,12 @@ a:hover {
animation: AnimationName 30s ease infinite; animation: AnimationName 30s ease infinite;
div { div {
background-repeat: repeat; background-repeat: repeat;
background-attachment: fixed;
flex: wrap; flex: wrap;
margin: auto; margin: auto;
letter-spacing: -.05em; letter-spacing: -.05em;
line-height: .95em; line-height: .95em;
padding: 20px; padding: 20px;
flex: 0 0 250px;; flex: 0 0 250px;;
} }
.pivot { .pivot {