Help with chrome issue (html)

Hello freinds!
I was completing the steps in freecodecamp and i got this alert from chrome :slight_smile:
Chrome detected unusual code on this page and blocked it to protect your personal information (for example, passwords, phone numbers, and credit cards).

this is the code :

.red-text { color: red; }

h2 {
font-family: Lobster, Monospace;
}

p {
font-size: 16px;
font-family: Monospace;
}

.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}

.smaller-image {
width: 100px;
}

CatPhotoApp

Click here for cat photos.

A cute orange cat lying on its back.

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats

If there isn’t one, please create a GitHub Issue with as much information as you can provide. Chrome just pushed a significant security update, so this may be related.

I also had this issue - I ended up switch to explorer and everything works.

Having this issue as well. Also getting weird cursor movements and line skipping.