Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
yeet
  • Loading branch information
met18001 committed Mar 22, 2020
1 parent 0753d7d commit 606f38f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion animation_editing.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS Animation</title>
<title>Animation and Editing</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">
Expand Down
9 changes: 9 additions & 0 deletions css/misc.css
Expand Up @@ -78,6 +78,11 @@ display: flex;
max-height: 400px;
padding:10px;
}
.por{
max-width: 500px;
max-height: 400px;
padding:10px;
}
.box{
display: -webkit-box;
display: flex;
Expand Down Expand Up @@ -113,6 +118,10 @@ display: flex;
max-width: 250px;
max-height: 150px;
}
.por{
max-width: 200px;
max-height: 300px;
}
a{
font-size: 15px !important;
}
Expand Down
5 changes: 2 additions & 3 deletions miscellaneous.html
Expand Up @@ -12,16 +12,15 @@
<div class="flex">
<div class="buttonwrapper">
<a href= "index.html" class="leftbutton">Home</a>
<a href= "https://www.youtube.com/watch?v=NxK7vT3AwEM&loop=0" class="leftbutton">Link</a>
</div>
<div class="right">
<h1>Miscellaneous</h1>
<p>Here are all of my miscellaneous or for-fun design pieces that I have made over the years!</p>
</div>
</div>
<div class="box">
<img src="img/starwars3.jpg" class="gif" alt="Star Wars poster">
<img src="img/dumps.png" class="gif" alt="Dumpling Fundraiser Poster">
<img src="img/starwars3.jpg" class="por" alt="Star Wars poster">
<img src="img/dumps.png" class="por" alt="Dumpling Fundraiser Poster">
<img src="img/flag2.png" class="gif" alt="Painting Logo">
<img src="img/mikeclose.JPG" class="gif" alt="Painting Logo">
<img src="img/J-Hope.jpg" class="gif" alt="Painting Logo">
Expand Down

0 comments on commit 606f38f

Please sign in to comment.