Hi there,
Hope you’re well
I’d like a review of my markup for Advanced form styling 1 skill test. Codepen here.
I struggled with completing requirement 6 of this assignment and kind of had to find my own way to a solution. The marking docs state we should apply the following css to insert the magnifying glass icon but it did not work for me:
div {
width: 36px;
height: 24px;
background: url(search-24px.png) no-repeat center;
background-size: 18px;
}
I tried using ::before and ::after on the <button>
and <div>
selectors respectively but it still didn’t render correctly on screen.
Are there any previous css declarations that prevented me from adding the generated content in the way proposed above? Anything else that would be the issue?
Thank you in advance