Add page books

This commit is contained in:
Andros Fenollosa
2024-03-10 20:15:03 +01:00
parent 7264a77451
commit 26bc970337
9 changed files with 49 additions and 83 deletions

View File

@ -120,6 +120,10 @@ a:hover,
width: initial;
}
.image--cover-book {
max-width: 18rem;
}
.image--home {
max-width: 40rem;
padding-block: var(--gap-l);
@ -298,14 +302,14 @@ a:hover,
}
.hero__title {
background: url(/img/title-background.png) repeat-x;
background: url(/img/title-background.avif) repeat-x;
font-size: 3rem;
background-clip: text;
background-size: cover;
font-weight: bold;
/* Animate Background Image */
-webkit-text-fill-color: transparent;
animation: aniTitle 8s linear infinite;
animation: aniTitle 10s linear infinite;
/* Activate hardware acceleration for smoother animations */
transform: translate3d(0, 0, 0);
backface-visibility: hidden;

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 405 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 KiB