Skip to content

Instantly share code, notes, and snippets.

@sauerlock
Created May 25, 2022 17:39
Show Gist options
  • Save sauerlock/77668835a1b9186e2dde26a1406d23b6 to your computer and use it in GitHub Desktop.
Save sauerlock/77668835a1b9186e2dde26a1406d23b6 to your computer and use it in GitHub Desktop.
Treinando display com links
<nav>
<a href="#">Home</a>
<a href="#">Sobre</a>
<a href="#">Serviços</a>
<a href="#">Portfólio</a>
<a href="#">Visitar página</a>
<a href="#">Contato</a>
</nav>
nav{
width: 710px;
}
a{
text-decoration: none;
color: #308ebd;
border-bottom: 2px solid #308ebd;
padding: 10px 20px;
margin-bottom: 10px;
font-family: sans-serif;
display: flex;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment