Skip to content

Instantly share code, notes, and snippets.

@bonaxcrimo
Created November 8, 2016 14:59
Show Gist options
  • Save bonaxcrimo/f686d1e7a25cc354a0ca5e6e8b60d3cf to your computer and use it in GitHub Desktop.
Save bonaxcrimo/f686d1e7a25cc354a0ca5e6e8b60d3cf to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>List group</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<style type="text/css">
body{padding-top: 40px;}
</style>
</head>
<body>
<div class="container">
<div class="col-md-4 col-md-offset-4">
<ul class="list-group">
<li class="list-group-item">Daftar 1</li>
<li class="list-group-item">Daftar 2</li>
<li class="list-group-item">Daftar 3</li>
<li class="list-group-item">Daftar 4</li>
<li class="list-group-item">Daftar 5</li>
</ul>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment