79615928

Date: 2025-05-10 21:17:19
Score: 1
Natty:
Report link

That double colon (::) is invalid. It should be just:

 background-color: #fff;

and

 body {
background-color: rgba(255, 200, 100, 0.5);
color: #0af;

}

Also Make Sure: Your file css/style.css is actually located at project-root/css/style.css.

You’ve cleared browser cache or done a hard reload (Ctrl+Shift+R).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yuvraj Korotana