diff --git a/css/style.css b/css/style.css index 3f291f1..476de24 100644 --- a/css/style.css +++ b/css/style.css @@ -329,10 +329,8 @@ a.fab:hover{ width: 100%; height: 100%; } -.card-group{ -padding: 40px; -} -.card-img-top{ + +img.img{ max-width: 500px; max-height: 300px; padding-bottom: 20px; @@ -342,29 +340,13 @@ padding: 40px; filter: blur(3px); vertical-align: middle; } -.card-img-top:hover { +img.img:hover { color: white; opacity: 1; - -webkit-filter: blur(0px); - filter: blur(0px); -} -.card{ - padding: 20px; - display: -webkit-box; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - flex-direction: column; - -webkit-box-align: center; - align-items: center; -} -.card-title{ - font-family: 'Abril Fatface', cursive !important; - font-size: 20px; -} -.card-text{ - font-size: 15px; + -webkit-filter: blur(0); + filter: blur(0); } + figure { position: relative; display: inline-block !important; diff --git a/img/Final Project.gif b/img/Final Project.gif new file mode 100644 index 0000000..aa98388 Binary files /dev/null and b/img/Final Project.gif differ diff --git a/web.html b/web.html new file mode 100644 index 0000000..50f046a --- /dev/null +++ b/web.html @@ -0,0 +1,28 @@ + + + + + + Web I + + + + + +
+
+ Home + Website +
+
+

Web I - (Unresponsive work)

+

This project was a midterm for my Web II course where we were instructed to study a part of CSS that we did not know much about. I chose CSS animations and transitions. This project page is fully responsive and highlights CSS keyframe animations and CSS transitions.

+
+
+
+ CSS Showcase Gif + CSS Showcase Gif +
+ + + \ No newline at end of file