Skip to content

Instantly share code, notes, and snippets.

@sauerlock
Last active May 25, 2022 17:36
Show Gist options
  • Save sauerlock/b03b0a4a3594ed71890fd2b287b58c26 to your computer and use it in GitHub Desktop.
Save sauerlock/b03b0a4a3594ed71890fd2b287b58c26 to your computer and use it in GitHub Desktop.
M1 - Exercício simplificado - Alinhando listas.
<body>
<h1> Katas </h1>
<ul>
<li>Home</li>
<li>About</li>
<li>Contact</li>
</ul>
</body>
li {
display: inline;
border-bottom: double black;
font-size: 3em;
list-style-type: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment