opa I would like to strip the blue subliming of the links

Asked

Viewed 25 times

-2

.home ul {

width: 100px;
height: 30px;
background-color:#d3d3d2;
margin-top: -75px;

margin-left: 1400px;
color: white;
font-size: 18px;
font-family:Bahnschrift Condense;
padding: 12px;
text-align: center;
border: solid 2PX rgb(255, 255, 255);


    

}inserir a descrição da imagem aqui

1 answer

-2

Just add the code below:

.home ul, a{
  text-decoration: none;
}
  • 1

    thank you very much helped me a lot

Browser other questions tagged

You are not signed in. Login or sign up in order to post.