You want to add a background circle behind an icon. Which style declaration is correct?

Here Are The Answers To The LinkedIn CSS Skill Quiz Certification Exam.

You want to add a background circle behind an icon. Which style declaration is correct?

  • .glyphicon-bgcircle {
    circle-radius: 50%;
    margins: 50px;
    background-color: #fdadc6;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    }
  • glyphicon-bgcircle {
    border-circle: 50%;
    padding: 50px;
    background-color: #fdadc6;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    }
  • .glyphicon-bgcircle {
    border-radius: 50%;
    padding: 50px;
    background-color: #fdadc6;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    }
  • .glyphicon-bgcircle {
    radius-rounded: 50%;
    margins: auto;
    background-color: #fdadc6;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    }

The above question concerns the “LinkedIn CSS Skill Quiz Certification Exam” All the updated questions and answers related to this Exam are on the LinkedIn CSS Skill Quiz Certification Exam Answers” page. If you find an update in the questions or answers, comment on this page and let us know. We will update the answers as soon as possible.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *