I need help figuring out what is the problem with floating. I would appreciate any help i can get to figure out what i’m doing wrong here.
Thank you in advance!
*div{
#header
position: fixed;
top: -10px;
background-color: #3c4543;
border-radius: 5px;
z-index: 1;
.left
/Add your CSS here!/
float: left;
width: 45%;
border-radius: 5px;
.right
/Add your CSS here!/
float: right;
width: 45%;
border-radius: 5px;
footer
border-radius: 5px;
margin: inline;
}
Is that suppose to be for anything?
It carried over from my html from the earlier steps. I tried deleting the header id and the footer id. so i’m not sure what to do.
I would suggest resting the exercise if you deleted stuff that was already there.
Hi Will I did that and reset my code as well. I’m still having the same problem though!
Thanks!
Are you getting any reference errors?
system
closed
#7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.