Skip to content

Instantly share code, notes, and snippets.

@jon4syth
Created February 24, 2021 01:20
Show Gist options
  • Save jon4syth/3563ec9d7ba759d080789ed93334221f to your computer and use it in GitHub Desktop.
Save jon4syth/3563ec9d7ba759d080789ed93334221f to your computer and use it in GitHub Desktop.
<!DOCTYPE>
<html>
<head>
<link href="styles.css" rel="stylesheet">
<title>Your Web Page</title>
<style>
body {
background-color: black;
}
</style>
</head>
<body>
<p>Este es my parrafo</p>
<p>Otro parrafo aqui</p>
<p>Aun otro aqui tambien</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment