How to apply different CSS styles to 2 elements with the same class name?

前端 未结 5 1063
暖寄归人
暖寄归人 2020-12-10 04:34

I created a website that has different navigation menus. In 2 menus, I use the same HTML class element.

I have a .css file that styles that class element in 1 menu.

5条回答
  •  既然无缘
    2020-12-10 05:17

    I know this is a poor way of doing it, the suggestions from previous answers are helpful, but try this maybe:

    First menu:

    Some code

    Second menu:

    Some other code

提交回复
热议问题