Created
August 24, 2016 09:15
-
-
Save maxtruxa/c6112b39a1bc6ac359ac166543adda0f to your computer and use it in GitHub Desktop.
sch-sz.de
This file contains 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="de"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Rezepte C&C</title> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> | |
<style> | |
.no-padding { | |
padding: 0; | |
} | |
.block-anchor { | |
display: block; | |
padding: 10px 15px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="container"> | |
<main> | |
<div class="row"> | |
<div class="col-md-4 col-md-offset-4 col-xs-12"> | |
<h2>Ideen</h2> | |
<ul class="list-group"> | |
<li class="list-group-item no-padding"><a href="#" class="block-anchor">Boeff Straganoff</a></li> | |
<li class="list-group-item no-padding"><a href="#" class="block-anchor">Gemuese Provencal</a></li> | |
<li class="list-group-item no-padding"><a href="#" class="block-anchor">Kaese-Spaetzle</a></li> | |
<li class="list-group-item no-padding"><a href="#" class="block-anchor">Kartoffelsalat</a></li> | |
</ul> | |
</div> | |
</div> | |
</main> | |
</div> | |
<!--<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>--> | |
<!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>--> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment