From bdc0da3936e1f9fbc80a246b8e5426d73bdafc30 Mon Sep 17 00:00:00 2001 From: HauErn Lien <lienhe81@gmail.com> Date: Tue, 1 Oct 2024 19:53:14 +0000 Subject: [PATCH] Update file random.html --- wiki/pages/random.html | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/wiki/pages/random.html b/wiki/pages/random.html index ec3a53bf..2067f4c3 100644 --- a/wiki/pages/random.html +++ b/wiki/pages/random.html @@ -21,17 +21,6 @@ } } - 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; @@ -174,12 +163,12 @@ {% include 'menu.html' %} <div class="content-wrapper"> - <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 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> - - <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