Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 19, 2019 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/74e47e354414a7720d1ed1be480d6cde to your computer and use it in GitHub Desktop.
Save parzibyte/74e47e354414a7720d1ed1be480d6cde to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Línea horizontal con CSS</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Línea horizontal con CSS</h1>
<a href="//parzibyte.me/blog">By Parzibyte</a>
<div class="linea"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment