Hello, I am totally new to this coding. I was doing good until I hit this hurdle. I am confident that my code is correct as the program says so, however it states that my browser is not at 100% zoom. I am currently using Safari: Version 12.1.2 (12607.3.10). I shall post my code and I want thank you guys in advance for this help!
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
.red-text {
color: red;
}
h2 {
font-family: Lobster, monospace;
}
.smaller-image
width: 100px;
p {
font-size: 16px;
font-family: monospace;
}
</style>
CatPhotoApp
Click here to view more cat photos.
``` ```Things cats love:
- cat nip
- laser pointers
- lasagna
Top 3 things cats hate:
- flea treatment
- thunder
- other cats
Loving Lazy Energetic
Submit ``` // running tests Your image should be 100 pixels wide. Browser zoom should be at 100%. // tests completed ``` I got this one checked:Your `img` element should have the class `smaller-image` . ``` I have this one wrong: Your image should be 100 pixels wide. Browser zoom should be at 100%.