Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS Animation</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://github.uconn.edu/pages/met18001/web-design-II/css_showcase/" class="leftbutton">Website</a>
</div>
<div class="right">
<h1>CSS Animation</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/CSS Showcase.gif" class="gif" alt="CSS Showcase Gif">
<img src="img/CSS Showcase2.gif" class="gif" alt="CSS Showcase Gif">
</div>
</body>
</html>