I give border property to CSS but the borders are not showing then also. I will do Alignment after this. Please see my all lines of html code. Here is my code's URL: https://code.sololearn.com/WjLMrXIzOxkJ/?ref=app
3/11/2021 10:41:26 AM
π₯π ³π ΄π π Όπ Έππ ·ππ °π₯3 Answers
New Answerbecause your css rule is not valid: you must end rule with semi-colon (;) but you put a colon (:) also, your last item doesn't apply the .item class, because if you want to put more than one class, you need to put them all in the same class attribute, separated by space: class="link item"
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message