Challenge image

Problem statement title

Lorem ipsum dolor sit amet, consectetur adipiscing elit

Participants

1.2k

Submissions

2.7k

Weight

10.00
<div class="list-item-challenge-problem-statement">
  <div class="challenge-main">
    <a class="challenge-image" href="/">
      <img src="./../../assets/images/placeholder-challenge-1.png" alt="Challenge image"> 
    </a>

    <div class="challenge-text">
      <h3 class="challenge-title">
        <a class="challenge-link" href="/">Problem statement title</a>    
      </h3>

      <span class="challenge-description">
        Lorem ipsum dolor sit amet, consectetur adipiscing elit
      </span>
      
    </div>
  </div>

  <div class="challenge-participants">
    <h4 class="challenge-title-secondary">Participants</h4>
    <span>1.2k</span>
  </div>

  <div class="challenge-submissions">
    <h4 class="challenge-title-secondary">Submissions</h4>
    <span>2.7k</span>  
  </div>

  <div class="challenge-weight">
    <h4 class="challenge-title-secondary">Weight</h4>
    <span>10.00</span>  
  </div>
</div>