From fbfe3d675494db2f7575976b0ad9149b3be141cb Mon Sep 17 00:00:00 2001
From: woodie91 <zoewoodroffe@hotmail.com>
Date: Sat, 6 Jul 2024 19:57:29 +0100
Subject: [PATCH] updated styling for portfolio page

---
 portfolio.html | 4 +++-
 style.css      | 4 ++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/portfolio.html b/portfolio.html
index 80e04d1..5a074ca 100644
--- a/portfolio.html
+++ b/portfolio.html
@@ -68,14 +68,16 @@ <h3>Desktop One, Desktop two and iPad Pro</h3>
           <img src="Images/iPad-Pro.svg" alt="Prototype designed for iPad Pro" >
           <br>
           <br>
+        </section>
           <h2>GIF's</h2>
           <br>
-          <br>
+          <div id="gifs">
            <video width="400" height="400" controls autoplay>
             <source src="Images/bubbles.mp4" alt="Gif made using Adobe">
             Your browser does not support the video tag.
           </video>
           <img src="Images/gifmaker_me.gif" alt="Gif made using Figma/Photoshop">
+          </div>
 
     <!--Footer-->
     <footer>
diff --git a/style.css b/style.css
index 226a0b3..9ed4cd5 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,7 @@
+  #gifs {
+    padding-left: 10rem;
+  }
+  
   
   /* styling for the navigation(s) and unordered list elements to center them on the page and create space between links.*/ 
   .nav ul {