Update /docs, add Christmas cover
parent
0fec448dc7
commit
1ceffebb24
|
@ -1,5 +1,7 @@
|
||||||
## Lyza the Sheepdog: Christmas
|
## Lyza the Sheepdog: Christmas
|
||||||
|
|
||||||
|
![Lyza the Sheepdog: Christmas cover](../assets/img/book1cover.png)
|
||||||
|
|
||||||
Hey look, a baby has been born! Wait, what is that star?
|
Hey look, a baby has been born! Wait, what is that star?
|
||||||
|
|
||||||
In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself.
|
In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself.
|
||||||
|
|
|
@ -1,6 +1,36 @@
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-color: #ff7f50;
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: linear-gradient(270deg, #a52a2a, #d2691e, #ee6e40, #ff7f50, #ff7f61, #ff8f61);
|
||||||
|
background-size: 1200% 1200%;
|
||||||
|
|
||||||
|
-webkit-animation: BackgroundGradientChange 6s ease infinite;
|
||||||
|
-moz-animation: BackgroundGradientChange 6s ease infinite;
|
||||||
|
-o-animation: BackgroundGradientChange 6s ease infinite;
|
||||||
|
animation: BackgroundGradientChange 6s ease infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@-webkit-keyframes BackgroundGradientChange {
|
||||||
|
0%{background-position:0% 50%}
|
||||||
|
50%{background-position:100% 50%}
|
||||||
|
100%{background-position:0% 50%}
|
||||||
|
}
|
||||||
|
@-moz-keyframes BackgroundGradientChange {
|
||||||
|
0%{background-position:0% 50%}
|
||||||
|
50%{background-position:100% 50%}
|
||||||
|
100%{background-position:0% 50%}
|
||||||
|
}
|
||||||
|
@-o-keyframes BackgroundGradientChange {
|
||||||
|
0%{background-position:0% 50%}
|
||||||
|
50%{background-position:100% 50%}
|
||||||
|
100%{background-position:0% 50%}
|
||||||
|
}
|
||||||
|
@keyframes BackgroundGradientChange {
|
||||||
|
0%{background-position:0% 50%}
|
||||||
|
50%{background-position:100% 50%}
|
||||||
|
100%{background-position:0% 50%}
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
<main>
|
<main>
|
||||||
<h2>Lyza the Sheepdog: Christmas</h2>
|
<h2>Lyza the Sheepdog: Christmas</h2>
|
||||||
|
|
||||||
|
<p><img src="../assets/img/book1cover.png" alt="Lyza the Sheepdog: Christmas cover" title="" /></p>
|
||||||
|
|
||||||
<p>Hey look, a baby has been born! Wait, what is that star? </p>
|
<p>Hey look, a baby has been born! Wait, what is that star? </p>
|
||||||
|
|
||||||
<p>In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself. </p>
|
<p>In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself. </p>
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
<main>
|
<main>
|
||||||
<h2>Lyza the Sheepdog: Christmas</h2>
|
<h2>Lyza the Sheepdog: Christmas</h2>
|
||||||
|
|
||||||
|
<p><img src="../assets/img/book1cover.png" alt="Lyza the Sheepdog: Christmas cover" title="" /></p>
|
||||||
|
|
||||||
<p>Hey look, a baby has been born! Wait, what is that star? </p>
|
<p>Hey look, a baby has been born! Wait, what is that star? </p>
|
||||||
|
|
||||||
<p>In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself. </p>
|
<p>In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself. </p>
|
||||||
|
|
Loading…
Reference in New Issue