Why doesn't this link style work? Is there something wrong?

this link doesn"t work with styling, trying to find out what went wrong.

</a></div>
        </div>
Sep.30,2021

copy and paste locally, only found that the comment is wrong. The css comment should be / content / format


have you tried to remove the comment? If it doesn't work yet, it may be that ! important overwrites this. Just open the developer's tool and see


.

CSS code comment syntax:

/**/

`< style >

div{color:blue}  /*div*/

< / style > `

Menu