0
HTML/CSS Help
How do I make each link into a block while maintaining it’s position next to the logo and inside the nav div? https://codepen.io/Technical/pen/rJbqJr
1 Réponse
0
You would have to create a div for each link element using CSS, then you can manipulate each individual link on the nav as a whole block element. You’d be able to attach separate functions to these individual links as divs, aswell as transform them as you see fit.
Hope this helps! If you need any further help I’d be glad to help out anyway I can.