Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
web i stuf
  • Loading branch information
met18001 committed Mar 21, 2020
1 parent f3d779e commit 7c3a836
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions css/style.css
Expand Up @@ -405,7 +405,7 @@ figure {


}
.img {
img.img {
border-radius: 50%;
vertical-align: middle;
width:300px;
Expand All @@ -418,7 +418,7 @@ figure {
vertical-align: middle;

}
.img:hover {
img.img:hover {
-webkit-filter: blur(0px);
filter: blur(0px);
-webkit-transition: ease-in .5s;
Expand All @@ -441,11 +441,11 @@ transition: ease-in .5s;

}

.img:hover + figcaption {
img.img:hover + figcaption {
display: none;
}
.page3{
background-image: url(../img/rainbow.jpg);
background-image: url(../img/pinkmarble.jpg);
background-position: center top;
-webkit-box-pack: center;
justify-content: center;
Expand Down
Binary file added img/About.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pinkmarble.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web.html
Expand Up @@ -21,7 +21,7 @@
</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">
<img src="img/About.gif" class="gif" alt="CSS Showcase Gif">
</div>

</body>
Expand Down

0 comments on commit 7c3a836

Please sign in to comment.