diff --git a/pages/projects.html b/pages/projects.html index bcf8062..46a67da 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -18,10 +18,10 @@

"I welcome you to view the work I've done." - GaoSue

- -
Flyer Creation for Social Media Posting +

Connect with me on LinkedIn.

+
diff --git a/style.css b/style.css index 37be0bc..a5d8de3 100644 --- a/style.css +++ b/style.css @@ -71,8 +71,50 @@ img:hover { background-color: teal; margin-left: 10px; transition: 1s ease; - width: 300px; + width: 30%; + } + +.carousel { + width: 750px; + height: 500px; + background-origin: 5px dashed black; + animation: changeImage 15s forwards; + animation-iteration-count: infinite; + } + +@keyframes changeImage { + 0% { + background-image: url("/images/MCBC_Wireframe_Sprint1_presentation.png"); + background-repeat: no-repeat; + background-size: cover; + } + 20% { + background-color: url("/images/MCBC_Wireframe_Sprint1_presentation2.png"); + background-repeat: no-repeat; + background-size: cover; + } + 40% { + background-image: url("images/MCBC_Wireframe_Sprint1_presentation3.png"); + background-repeat: no-repeat; + background-size: cover; + } + 60% { + background-color: url("/images/MCBC_Wireframe_Sprint1_presentation.png4"); + background-repeat: no-repeat; + background-size: cover; + } + 80% { + background-image: url("images/MCBC_Wireframe_Sprint1_presentation5.png"); + background-repeat: no-repeat; + background-size: cover; + } + 100% { + background-color: url("/images/MCBC_Wireframe_Sprint1_presentation6.png"); + background-repeat: no-repeat; + background-size: cover; + } + } /* nav a { */ /* :hover ; */