A Pen by Kenzie Academy Brasil on CodePen.
Last active
May 25, 2022 17:36
-
-
Save sauerlock/b03b0a4a3594ed71890fd2b287b58c26 to your computer and use it in GitHub Desktop.
M1 - Exercício simplificado - Alinhando listas.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<h1> Katas </h1> | |
<ul> | |
<li>Home</li> | |
<li>About</li> | |
<li>Contact</li> | |
</ul> | |
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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