Skip to content

Instantly share code, notes, and snippets.

@abdelfattah-atef94
Created November 25, 2019 11:27
Show Gist options
  • Save abdelfattah-atef94/043bc3d7fed29775c70116762011c2ed to your computer and use it in GitHub Desktop.
Save abdelfattah-atef94/043bc3d7fed29775c70116762011c2ed to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>List of Countries</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="container">
<h1>Countries</h1>
<ul class="list">
<li class="item">Egypt</li>
<li class="item">USA</li>
<li class="item">Saudia</li>
<li class="item">France</li>
<li class="item">Spain</li>
<li class="item">UAE</li>
<li class="item">Germany</li>
<li class="item">Netherlands</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment