ss

ss


body{

    background-image: url("slike/bg.jpg");

}


.nas{

   text-align: center;

   color:   rgb(189, 179, 33);

   

}


nav{


    width: 100%;

 

    overflow: auto;

}



nav a{

    position: relative;

float: left;

  padding: 12px;

  color: rgb(120, 80, 43);

  text-decoration: none;

  font-size: 25px;

width: 10%;

  text-align: center;

  left: 600px;

  background-color: rgb(254, 243, 83);

  border: 1px solid brown;

}


.gl{

    background-color: rgb(124, 39, 39);

    color:rgb(254, 243, 83);

}


img{

    border-radius: 50%;

    border: 1px solid yellow;


}


Report Page