can someone please tell me why my text is not coming out in this pen even after adding margin-left https://codepen.io/Aqua7/pen/YzwdbRd
hi @lekan
not sure which text that you mentioned?
and just a tips:
navbar: width 25%
technical-doc-writing: width 75%, margin-left 25%
regards
thank you, i have resolved it
When tests fail, click the red button to see which test(s) are failing and text to help you correct the issue.
- Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
On a side note, you may want to revisit this lesson as this is not the correct way to link to an internal section
<nav id="navbar">
<header>JavaScript </header>
<a class="nav-link" href=".main-section">Introduction</a>
<a class="nav-link" href="#what_you_should_already_know">What you should already know</a>
<a class="nav-link" href="#JavaScipt_and_Java">JavaScript and Java</a>
<a class="nav-link" href="#hello_world">Hello World</a>
<a class="nav-link" href="#declaring_variables">Declaring Vaiables</a>
</nav>
<main id="main-doc">
<section class="main-section" id="introduction">