CSS not modifying link properties

前端 未结 5 1452
离开以前
离开以前 2020-12-22 13:41

Whatever I try to do, I can\'t modify the color of my links ( want to create a color rollover effect). They always stay the same default blue color with the underline effec

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-22 14:27

    You're missing a curly brace in this block:

    #nav li {
        display:inline;
        margin:0;
        padding:0;
        width:160px;
        float:left;
    

提交回复
热议问题