Can anyone explain and help me fix my dilemma to my final project. I have two problems.
After I put my navigation fixed, my welcome text seems unable to move no matter what commands I put just to center it and it seems the part moved hidden to the navigation bar. How do I fix this one?
I created a pseudo-element for the “work” section as I can’t find to control the underline and instead created a pseudo element. However, I have trouble to create a flexbox items to put those projects i’ve done. How can i create a flexbox after the pseudo element that says “Here are some of my projects”?
I already used this one. Also, when I try to add flexbox is not executing that it might be due to the pseudo element. The text overlaps and the flexbox is not creating.
This is nice and alternative approach. However, it is manual and not automatically centering things. Hopefully, there’s an answer to this to use CSS code. Thanks for your reply @aldhaneka.
@aldhaneka. How many days are you now learning here in Freecodecamp? I’m on my 32nd days doing projects and pretty seem slow probably compared to others. Because I don’t want to move forward without understanding a lot of things.
The CSS posted for the #welcome-section works just fine for centering the text, but I don’t see it in your CSS though.
The second question I don’t really understand.
Also, if you want to use a pseudo-element for the border, then add it to a text element. Have the text inside the text element and not the content property of the pseudo-element.
<h2 class="project-header">Here are some of my projects</h2>