Skip to content

Commit

Permalink
updated styling for portfolio page
Browse files Browse the repository at this point in the history
  • Loading branch information
woodie91 committed Jul 6, 2024
1 parent 6554f3a commit fbfe3d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit fbfe3d6

Please sign in to comment.