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

195
Views
How can i change the default list style of an unordered list to an image and get the output like so

i am trying to get this output i tried to replicate this but the check marks became small sized (the image being used was an svg file) like so in the below picture. i am stuck here The CSS code i used:

li{
  font-size: 21px;
  margin-bottom: 1rem;
  list-style-image: url("images/download.svg");
}

And i also don't know on how to add the background color to replicate the process.can you show me on how to get the output as in the above picture.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Try this

ul {

  list-style-type: none;

}


ul li:before {

  content: '';

  display: inline-block;

  height: 10px;

  width: 10px;

   background-size: 10px;

  background-image: url("http://www.freepngimg.com/thumb/star/1-red-star-png-image-thumb.png");

  background-repeat: no-repeat;

  margin-right: 5px;

}
about 4 years ago · Juan Pablo Isaza Report
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!