Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

105
Views
Background image not working with Firefox

I have background-image on div, image is displaying on all browsers except Firefox, here is my code :

.blocHeader {
  background-image: url(./images/team-taking-meeting-notes.jpg);
  box-sizing: border-box;
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
<div className="blocHeader">
  <div className="blocHeader-content">
    <div className="blocHeader-title">
      {!loading && (
        <h1 className="text-center text-light display-2">
          <Translate tid="Accueil_title" /> {prenom}
        </h1>
      )}
      <p className="display-4 text-center text-light">
        <Translate tid="Accueil_subTitle" />
      </p>
    </div>
  </div>
</div>

May you help me to fix it please

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!