Skip to content
Permalink
55a3f0b22a
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
24 lines (23 sloc) 945 Bytes
<!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 href="https://fonts.googleapis.com/css?family=Abril+Fatface|Julius+Sans+One|Raleway:300,400&display=swap" rel="stylesheet">
</head>
<body>
<div class="flex">
<a href= "index.html" class="leftbutton">Home</a>
<div class="right">
<h1>CSS Animation Project</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.</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>