fix left panel background-repeat so it works for page 2 and so on

This commit is contained in:
2026-02-17 01:02:17 +01:00
parent 29c9b8b194
commit d92128b747
2 changed files with 17 additions and 4 deletions

View File

@@ -57,6 +57,22 @@
<h3><span class="t">Performance Engineer, triscon IT-Services GmbH</span> <span></span class="d">(2023&NoBreak;&ndash;&NoBreak;2025)</span></h3> <h3><span class="t">Performance Engineer, triscon IT-Services GmbH</span> <span></span class="d">(2023&NoBreak;&ndash;&NoBreak;2025)</span></h3>
<p>Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout</p> <p>Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout</p>
</div> </div>
<div class="block">
<div class="left-hang">
left-hang 2
</div>
<h3><span class="t">Performance Engineer, triscon IT-Services GmbH</span> <span></span class="d">(2023&NoBreak;&ndash;&NoBreak;2025)</span></h3>
<p>Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout</p>
<p>Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout</p>
</div>
<div class="block">
<div class="left-hang">
left-hang 3
</div>
<h3><span class="t">Performance Engineer, triscon IT-Services GmbH</span> <span></span class="d">(2023&NoBreak;&ndash;&NoBreak;2025)</span></h3>
<p>Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout</p>
<p>Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout</p>
</div>
</div> </div>
</body> </body>
</html> </html>

View File

@@ -36,14 +36,11 @@
} }
} }
html {
height: 100%;
}
body { body {
background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229)); background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229));
background-size: 6.7cm 100%; background-size: 6.7cm 100%;
background-position: top left; background-position: top left;
background-repeat: no-repeat; background-repeat: repeat-y;
} }
* { * {