« Web, HTML, Tech Forum

footer not working

my footer isnt working and i dont know what im doing wrong (╥﹏╥)

this is the code im currently using

footer {

    border-radius: 15px;

    background-image: url("https://i.pinimg.com/originals/19/e5/7b/19e57bd4fd4f05d4c04fa55a6fa5fbdf.gif");

    color: white;

}

PLEASE HELP


Report Topic

1 Reply

Reply by pawtal!!!

posted

I checked and it seems to not actually applying the style rules at all, so it's an issue with how your CSS is written. Check for any formatting errors before the footer decloration.


Permalink Report Reply