Here is a link to a new pen for my project:
https://codepen.io/dallasviars/pen/zYKbbVy?editors=1100
I gave up on the idea of having the images show up on hover, I wasn’t super happy with its interaction with the text alignment so I just have the images displayed by default. I changed the selected words for my link at the bottom and made the text larger so it’s easier to hit. I had toyed with having its size changed on hover to make it larger for someone using a mouse who may have trouble with finely controlling the mouse, but ultimately decided to simply increase the text size.
I had trouble with resizing on a desktop when I click the Restore Down button, it pushed the text out in all sorts of ways. To fix this I added “resize: both;” and “overflow: auto;”. I believe I could use another @media query that isn’t specifically looking for mobile to do it. I’ll be looking into that tomorrow, probably.
@bbsmooth - I’m not particularly familiar with using solely a keyboard for navigation and I couldn’t find a whole lot of information about it when I searched. I added some tabindexes to elements with text and it seems to work alright for me, even when the screen isn’t maximized you can tab to a section and use the arrow keys to scroll through the text. Does doing it this way work for you? Would you make any changes to how I implemented that?
Thank you!