With Jan Diehm • Cover design by Sandra Chiu
@@ -130,7 +151,7 @@ color: var(--color-gray-800); font-family: var(--sans-display); text-align: center; - margin: -1rem 1rem 0 1rem; + margin: -0.5rem 1rem 0 1rem; z-index: 1000; } .credit a { @@ -154,6 +175,9 @@ aspect-ratio: 1 / 1.475; height: 80vmin; } + /* #book:hover .main:hover { + transform:rotate3d(0,1,0,-30deg); + } */ .main { width: 100%; height: 100%; @@ -375,10 +399,33 @@ transform:rotate3d(0,1,0,-90deg); } - .book-page { + .book-page, .book-top, .book-right, .book-bottom { background:var(--color-white); } + .book-right{ + width:49px; + height: calc(100% - 1.5rem); + position:absolute; + top:5px; + right:-20px; + box-shadow:0 1px 0 #EEEFE9,0 -1px 0 #EEEFE9; + transform:rotate3d(0,1,0,90deg); + } + .book-top{ + width:100%; height:50px; + position:absolute; top:-20px; left:0; + transform:rotate3d(1,0,0,90deg); + } + .book-bottom{ + width:100%; height:50px; + position:absolute; bottom:-20px; left:0; + transform:rotate3d(1,0,0,-90deg) translate3d(0,0,0); + } + .book-right,.book-top,.book-bottom{ + backface-visibility:hidden; + } + /* MEDIA QUERIES */ @media only screen and (min-width: 400px) and (min-height: 600px) { .book-cover .byline {