Stalin
Some people are cunts, oh well.
- Aug 17, 2013
- 67
- 11
Hey DevBest.
I've had a major blank and now I'm confused. I have an image that I'm trying to center horizontally and this is what I have it as so far;
This is the code I currently have:
Whenever I try using margin-top on the logo ID, it does this;
Anyone have any ideas on how I can fix this so that the navbar stays in its position?
Thanks.
I've had a major blank and now I'm confused. I have an image that I'm trying to center horizontally and this is what I have it as so far;
You must be registered for see links
This is the code I currently have:
Code:
.navbar{
background-color:white;
height:100px;
border-bottom: 2px solid #CECECE;
}
#logo{
background-image: url('/img/exophyte.png');
background-repeat: no-repeat;
height:75px;
}
Whenever I try using margin-top on the logo ID, it does this;
You must be registered for see links
Anyone have any ideas on how I can fix this so that the navbar stays in its position?
Thanks.
Last edited: