Created
November 8, 2016 14:59
-
-
Save bonaxcrimo/f686d1e7a25cc354a0ca5e6e8b60d3cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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