image in tracks
This commit is contained in:
parent
0ad7ed1e96
commit
8300a0fe2e
|
@ -32,6 +32,7 @@ layout: default
|
|||
|
||||
<div id="timer">
|
||||
{{ page.content }}
|
||||
<img src="{{ page.image }}" alt="cover art for {{ page.title }}" width="100%" />
|
||||
</div>
|
||||
</div>
|
||||
<audio preload="true" autoplay="true"
|
||||
|
@ -76,6 +77,8 @@ layout: default
|
|||
<style type="text/css">
|
||||
body {
|
||||
background-image:url('{{ page.image }}') ;
|
||||
background-size: 200%;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
#navigation {
|
||||
opacity: 1;
|
||||
|
|
|
@ -54,18 +54,12 @@ a:hover {
|
|||
animation: AnimationName 30s ease infinite;
|
||||
|
||||
div {
|
||||
|
||||
background-repeat: repeat;
|
||||
background-attachment: fixed;
|
||||
flex: wrap;
|
||||
|
||||
|
||||
margin: auto;
|
||||
letter-spacing: -.05em;
|
||||
line-height: .95em;
|
||||
padding: 20px;
|
||||
|
||||
|
||||
flex: 0 0 250px;;
|
||||
}
|
||||
.pivot {
|
||||
|
|
Loading…
Reference in a new issue