Skip to content

Instantly share code, notes, and snippets.

@DotCoyote
Created September 29, 2016 09:54
Show Gist options
  • Save DotCoyote/b423f1e3f5a19d0c3d97681c6ee57a5a to your computer and use it in GitHub Desktop.
Save DotCoyote/b423f1e3f5a19d0c3d97681c6ee57a5a to your computer and use it in GitHub Desktop.
Atomic BEM Starting Point
<!DOCTYPE html>
<html class="no-js" lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Atomic BEM</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Overall Wrapper-->
<div class="overall">
<h1>Welcome!</h1>
</div>
<!-- Overall Wrapper-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment