Answer the question
In order to leave comments, you need to log in
Why are there extra tags?
Hello, I have the following table code:
<div><table><thead><tr><td colspan=2>Алгебра</td></tr></thead>
<tbody>
<tr><td>2.28</td><td>5<td></tr>
<tr><td>3.14</td><td>5<td></tr>
<tr><td>3.21</td><td>5<td></tr>
<tr><td>5.23</td><td>5<td></tr>
</tbody></table></div>
Answer the question
In order to leave comments, you need to log in
Horizontal scroll - transform: translate for the container, bound to the scroll.
Skew blocks - transform: skew for block, skew back for content.
The size of a skew block is conveniently expressed in units of vh.
Pictures - object-fit: cover.
When hovering over the block, change its opacity to 1, plus transform: translate for the text and scale for the image.
Page transitions - some css transformations + something like barba.js.
The authors of this masterpiece decided to rely on JS instead of CSS. No wonder everything slows down.
Not relevant, immediately noticed the error after I posted the question. Forgot closing
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question