mercredi 21 octobre 2020

Positioning, relocating the navigation menu on the website

I just started html5 and css I'm trying to make a cv website. I have added a navigation bar, but I cannot move it where I want and can't size the bar.

now

a wanna like this

i wanna

HTML codes:

Duman
  <br /><br /><br />

 
  
  <div="menu">
  
  <ul>
      
      <li><a href="#egitim">Eğitim</a></li>
      <li><a href="#bilgisayar">Bilgisayar Bilgisi</a></li>
      <li><a href="#hobi">Hobileri</a></li>
      <li><a href="#deneyim">İş Deneyimi</a></li>
      <li><a href="#iletisim">İletişim</a></li>
  </ul>

  </div="menu">

  



Aucun commentaire:

Enregistrer un commentaire