Skip to content

Instantly share code, notes, and snippets.

@tuolumne
Created December 10, 2018 19:09
Show Gist options
  • Select an option

  • Save tuolumne/8d2ac7fb5ac58d5cf8f50172ac988fdd to your computer and use it in GitHub Desktop.

Select an option

Save tuolumne/8d2ac7fb5ac58d5cf8f50172ac988fdd to your computer and use it in GitHub Desktop.
HTML CSS JS Learning
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mayas Test Site</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Mayas Test Site</h1 >
</body>
</html>
h1{
color:#F21212;
text-align: center;
text-decoration:underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment