This repository has been archived by the owner on Oct 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
doggos.html
33 lines (32 loc) · 1.69 KB
/
doggos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>doggo's</title>
<style>
img {width:33%;height:auto;float:left;max-width:235px;}
.grayscale {-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.huerotate0 {-webkit-filter: hue-rotate(90deg);filter: hue-rotate(90deg);}
.huerotate1 {-webkit-filter: hue-rotate(90deg);filter: hue-rotate(90deg);}
.huerotate2 {-webkit-filter: hue-rotate(180deg);filter: hue-rotate(180deg);}
.huerotate3 {-webkit-filter: hue-rotate(270deg);filter: hue-rotate(270deg);}
.saturate {-webkit-filter: saturate(7); filter: saturate(7);}
</style>
</head>
<body>
<img src="images/doggos/4.gif" width="300" height="300">
<img class="grayscale" src="images/doggos/4.gif" width="300" height="300">
<img class="huerotate1" src="images/doggos/4.gif" width="300" height="300">
<img class="huerotate2" src="images/doggos/4.gif" width="300" height="300">
<img class="huerotate3" src="images/doggos/4.gif" width="300" height="300">
<img class="saturate" src="images/doggos/4.gif" width="300" height="300">
<img src="https://www.cesarsway.com/sites/newcesarsway/files/styles/large_article_preview/public/Common-dog-behaviors-explained.jpg?itok=FSzwbBoi">
<img src="https://petnet-wp.s3.amazonaws.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-02-at-5.20.27-PM.png">
<img src="images/doggos/doggo.png">
<div style="width: 100%; display: table;">
<img src="images/doggos/jack-russell-heroshot.jpg" width="300">
</div>
</body>
</html>