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>
|
<section>
|
||||||
<div class="visitor-note">
|
<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"
|
alt="a piece of note paper that must be clicked on to read"
|
||||||
height="300" width="300"
|
height="300" width="300"
|
||||||
>
|
>
|
||||||
|
|
|
@ -26,7 +26,7 @@ html {
|
||||||
body {
|
body {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: auto;
|
width: auto;
|
||||||
background-image: url("../img/background.png");
|
background-image: url("../img/background.webp");
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
Before Width: | Height: | Size: 568 KiB |