From 93fa9dc988a9ad54b92cc0d9bf6d863c9ff28828 Mon Sep 17 00:00:00 2001 From: HauErn Lien <lienhe81@gmail.com> Date: Tue, 1 Oct 2024 19:55:25 +0000 Subject: [PATCH] Update file random.html --- wiki/pages/random.html | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/wiki/pages/random.html b/wiki/pages/random.html index 2067f4c3..ec3a53bf 100644 --- a/wiki/pages/random.html +++ b/wiki/pages/random.html @@ -21,6 +21,17 @@ } } + body { + line-height: 1.6; + margin: 0; + padding: 0; + background-image: url('https://static.igem.wiki/teams/5187/ran-1.jpg'); + background-attachment: fixed; + background-size: cover; + background-position: 90% center; + background-repeat: no-repeat; + } + .section { height: 100vh; /* Full viewport height */ display: flex; @@ -163,12 +174,12 @@ {% include 'menu.html' %} <div class="content-wrapper"> - <div class="section" id="section1">Section 1 - <div id="first-block"> - <h2>Do you regret not giving your fullest?</h2> - <p>Everyone gets sick from time to time, often returning to their normal routines within days. But what if you're an IBD patient? Can life ever truly feel normal again? While IBD may not be fatal, it can gradually consume every facet of your existence. With constant hospital visits, unpredictable cramps, and the toll of immune attacks, you find yourself living—but not truly alive.</p> + <div id="first-block"> + <h2>Do you regret not giving your fullest?</h2> + <p>Everyone gets sick from time to time, often returning to their normal routines within days. But what if you're an IBD patient? Can life ever truly feel normal again? While IBD may not be fatal, it can gradually consume every facet of your existence. With constant hospital visits, unpredictable cramps, and the toll of immune attacks, you find yourself living—but not truly alive.</p> </div> - + + <div class="section" id="section1">Section 1</div> <div class="section" id="section2">Section 2</div> <div class="section" id="section3">Section 3</div> -- GitLab