Skip to content

Instantly share code, notes, and snippets.

@myogeshchavan97
Last active March 25, 2020 14:10
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 myogeshchavan97/e4e4024a8fd3c6d3013f660c315e23eb to your computer and use it in GitHub Desktop.
Save myogeshchavan97/e4e4024a8fd3c6d3013f660c315e23eb to your computer and use it in GitHub Desktop.
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SASS Demo</title>
<link rel="stylesheet" href="css/main.css"/>
</head>
<body>
<div class="container">
<button class="home">Home</button>
<button class="about">About</button>
<button class="help">Help</button>
<div class="content">
<ul>
<li><a href="#">One</a></li>
<li><a href="#">Two</a></li>
<li><a href="#">Three</a></li>
</ul>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment