Really need some help on this project. I know I’m right at the start and as always I have no clue what I’m doing wrong. I’ve done everything I can think of but the logo will not go in the center. Also, if I start messing around with the code then the logo will either go in the center, ignore all other code or the border will disappear. Half tempted to just leave it but I have no doubt in my mind it will cause me more issues as soon as I do that. I have tried to add a div but that adds a ton of problems so I just deleted that, not that I actually understand that at all. Any help would be great though. Really not good at putting things in a straight line here and don’t even get me started on how impossible it is to get an image to go behind a picture let alone without it eating the entire page no matter what I do to fix it. Half the time it feels like coding only works when your told where to put it and even then I don’t see changes sometimes. I digress though, really hoping someone can help me figure this out. Here’s the CSS code:
body {
background-color: black;
font-family: Helvetica, Arial, serif;
font-size: 22px;
color: seashell;
opacity: 0.9;
}
.logo {
font: size 22px;
margin-left: 10px;
max-height: 50px;
justify-content: flex-start;
text-align: left;
}
header {
border-bottom: 1px solid seashell;
margin-top: 69px;
}
and the html code:
Tea Cozy</header>
Simply put, the logo is sitting on the border and won’t move or at least not to where I want it to move to.