For the technical documentation project, I took the chance to learn a little more about one of the more mind boggling coding topics (at least to me). Thanks in advance for any feedback!
1 Like
Well done. it passes all tests, its responsive, maybe just a little more styling for <pre>,<code>
tags
I am sure you notice when you hover over any of the menu items, the buttons below get shifted which causes things to look jerky. To prevent that you could add a border of the same size and color as the background of the button to the nav-link class.
border: 3px solid #003957;
2 Likes
@sorinr Thanks! I will look into making the code tags stand out a bit more.
@RandellDawson Great feedback, thank you. I’ll make that change and hopefully the page will look a little smoother.