Forums

Footer hover state not working (4 posts)

  1. dadsidea
    Member
    Posted 1 year ago #

  2. shawnyuan
    Member
    Posted 1 year ago #

    There's a syntax error. The #footer p on line 6 shouldn't be there, and the #footer end bracket is not present.

    Use the code below:

    #footer {
    	border-top: 2px solid #E3460B;
    	margin: 35px 0;
    }
    
    #footer a:hover
    	{
    	color: #E3460B;
    	}
    ...
  3. dadsidea
    Member
    Posted 1 year ago #

    Ya beauty!

    Thanks very much!

    check it out.

  4. shawnyuan
    Member
    Posted 1 year ago #

    Great!

Topic Closed

This topic has been closed to new replies.

About this Topic