Created
August 26, 2015 13:35
-
-
Save rokj/9832cab9a11d1410028a 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> | |
<head lang="en"> | |
<meta charset="UTF-8"> | |
<!-- Latest compiled and minified CSS --> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
<!-- Optional theme --> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"> | |
<!-- Latest compiled and minified JavaScript --> | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> | |
<title>naslov</title> | |
</head> | |
<body> | |
<div class="row"> | |
<div class="col-md-4"> | |
<div class="thumbnail"> | |
<img src="http://goo.gl/0sX3jq"/> | |
</div> | |
<div class="thumbnail"> | |
<img src="http://goo.gl/an2HXY"/> | |
</div> | |
</div> | |
<div class="col-md-4"> | |
<div class="thumbnail"> | |
<img src="http://goo.gl/Av1pac"/> | |
</div> | |
<div class="thumbnail"> | |
<img src="http://goo.gl/vw43v1"/> | |
</div> | |
</div> | |
<div class="col-md-4"> | |
<div class="thumbnail"> | |
<img src="http://goo.gl/0Kd7UO"/> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment