image optimization
convert other remaining images on site to webp
Before Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 215 KiB |
After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 3.8 KiB |
|
@ -14,7 +14,7 @@
|
|||
|
||||
<section>
|
||||
<div class="visitor-note">
|
||||
<img class="read-this" src="./img/read.jpg"
|
||||
<img class="read-this" src="./img/read.webp"
|
||||
alt="a piece of note paper that must be clicked on to read"
|
||||
height="300" width="300"
|
||||
>
|
||||
|
|
|
@ -26,7 +26,7 @@ html {
|
|||
body {
|
||||
height: 100vh;
|
||||
width: auto;
|
||||
background-image: url("../img/background.png");
|
||||
background-image: url("../img/background.webp");
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
|
Before Width: | Height: | Size: 568 KiB |