Navigation Position

Hi, Darling-Odyssey. Welcome to the forum.

HTML and CSS work together. We cannot tell anything about “Ms. Dolly” from the CSS that you posted because there is no HTML for the CSS to style and no content such as “Ms. Dolly”.

Please read our posting guidelines and pay special attention to the areas that talk about describing problems and posting code:
Forum Posting Basics

There are at least three workable ways to provide code to us:

(1) Create a “working page”, one that starts with <doctype HTML> (or whatever doctype you are using) and ends with </html> and contains the least amount of HTML and CSS to demonstrate the problem. To include the code in a post, put three backticks on a line by themselves before the code and three more backticks on a line by themselves after the code to preserve your formatting. Like this:
```
all of your code here
```
Keep in mind that relative paths to images or other resources are unlikely to work on our computers unless those resources are included in your post, so full URLs are usually better. Foreground images should have sizes included in the width="" and height="" attributes.

(2) You could create a CodePen that demonstrates the problem.

(3) You could post a URL to a test web site so we can see the full code and the problem it is causing.

In all cases, be sure to describe the issue clearly and explain what you expect to see versus what is being demonstrated. Annotated screen shots and drawings may help.

Thank you.