Some help with my portfolio

Here is my Portfolio so far.

I’d like to move the pic to the center left along with the text but I am having issues achieving this without effect the look over a smaller screen (pic isn’t adjusting). Also, my menu items are just plainly acting up. Turns blue with the underline after clicking and moving the mouse away.
Also, any corrections and suggestions that need to be said would be greatly appreciated! Thanks :slight_smile: :slight_smile:

For the nav menu, I’m assuming you want it to change color when you hover over it but to remove the underline do

a:hover {
    text-decoration: none !important;
}

some other code you wrote is conflicting with changing the styles for these a tags so you could find where that is or just use !important or look up z-index.

Thank you so much for your help. How do i use ‘z-index’?
Also, how would i prevent the text from turning blue when ever i hover my mouse over it?