Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changes
  • Loading branch information
met18001 committed Mar 21, 2020
1 parent 6788c4d commit f3d779e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 24 deletions.
30 changes: 6 additions & 24 deletions css/style.css
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Binary file added img/Final Project.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions web.html
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web I</title>
<link rel="stylesheet" href="css/animation.css">
<link rel="shortcut icon" href="img/logo16.png">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Julius+Sans+One|Raleway:300,400&display=swap" rel="stylesheet">
</head>
<body>
<div class="flex">
<div class="buttonwrapper">
<a href= "index.html" class="leftbutton">Home</a>
<a href= "https://web.digitalmediauconn.org/intro19/met18001/final_project/my_final.html#home" class="leftbutton">Website</a>
</div>
<div class="right">
<h1>Web I - (Unresponsive work)</h1>
<p>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.</p>
</div>
</div>
<div class="box">
<img src="img/Final Project.gif" class="gif" alt="CSS Showcase Gif">
<img src="img/CSS Showcase2.gif" class="gif" alt="CSS Showcase Gif">
</div>

</body>
</html>

0 comments on commit f3d779e

Please sign in to comment.