Skip to content

Instantly share code, notes, and snippets.

@Theo-denBlanken
Created August 28, 2020 09:55
Show Gist options
  • Save Theo-denBlanken/3b613cd0f1d33c0b6e254f57d6bdcb1f to your computer and use it in GitHub Desktop.
Save Theo-denBlanken/3b613cd0f1d33c0b6e254f57d6bdcb1f to your computer and use it in GitHub Desktop.
Markup van 2 knoppen waarbij de CSS handiger kan
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Twee knoppen</title>
<link rel="stylesheet" href="nietZoHandig.css">
</head>
<body>
<div class="winkelwagen-knoppen">
<a href="slimmer.html" class="button-koop">Afrekenen</a>
<a href="slimmer.html" class="button-annuleer">Annuleren</a>
</div>
<p>Er is hier sprake van veel herhaling: dus moeilijk te updaten. <br>
Voorkom herhaling: DRY.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment