I completed the app, I gave contents of the search under <a> tag where if I try to do any styling for that <a> tag its not reflecting… any help please!!!
It’s a bit confusing as there are styles coming from a lot of places. Problems I’ve spotted:
- the inline style you use for the link sets
decorationbut it should betext-decoration. Chrome highlighted that for me in dev tools. You did the same thing insideresult. - the class
resultfrom<a class="result"...>doesn’t exist. You wrote it asresultin the CSS. It should be.result.
Btw, you might want to replace form_control with form-control for the input.
@sfiquet Thanks for your help 