Skip to content

Instantly share code, notes, and snippets.

@adyatlov
Created April 4, 2016 14:09
Show Gist options
  • Save adyatlov/7ee68e6e75641f526aab1baa42723e4d to your computer and use it in GitHub Desktop.
Save adyatlov/7ee68e6e75641f526aab1baa42723e4d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Obey your master</title>
<style type="text/css">
button:not(:last-child) {
margin-right: 10px;
display: inline-block;
}
</style>
</head>
<body>
<div>
<button>One</button><button>Two</button><button>Three</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment