HTML/CSS Help | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

3rd Mar 2018, 11:08 PM
luciel
luciel - avatar
1 Resposta
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.
4th Mar 2018, 3:34 AM
Leroy CL
Leroy CL - avatar