Skip to content

Body background linear-gradient not applying from external CSSΒ #1

@Abbasi-codes-hub

Description

@Abbasi-codes-hub

🎯 Issue:

The linear-gradient with background image defined in styling/style.css is not being applied to the body element on the deployed GitHub Pages version.

πŸ“‚ File:

  • /styling/style.css

🧾 Current CSS:

body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.575)), url("../assets/clouds.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions