You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
3.0 KiB
76 lines
3.0 KiB
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Košík</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Montaga&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="styles.css" />
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
|
|
|
|
</head>
|
|
<body>
|
|
<h1 class="h1">Košík</h1>
|
|
|
|
<div class="container">
|
|
<h2 class="h2">Lorem shopum</h2>
|
|
<div class="row">
|
|
<div class="col-sm-3">
|
|
<input type="checkbox" name="kosik" id="kosik" value="kosik">
|
|
<label for="kosik">Košík</label>
|
|
</div>
|
|
<div class="col-sm-3">
|
|
<input type="checkbox" name="platba" id="platba" value="platba">
|
|
<label for="platba">Dodání a platba</label>
|
|
</div>
|
|
<div class="col-sm-3">
|
|
<input type="checkbox" name="dodani" id="dodani" value="dodani">
|
|
<label for="dodani">Dodací údaje</label>
|
|
</div>
|
|
<div class="col-sm-3">
|
|
<input type="checkbox" name="shrnuti" id="shrnuti" value="shrnuti">
|
|
<label for="shrnuti">Shrnutí</label>
|
|
</div>
|
|
</div>
|
|
<div class="row" id="col">
|
|
<div class="col-sm-4">
|
|
<img src="/img/kosik/obrazek/sroub1.jpg" class="obr1">
|
|
<label for="obr1">Dolor</label>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<input type="text" class="text">
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<h4 class="h4">600,-
|
|
<label for="h4"><button type="button" class="btn btn-link">
|
|
<img src="/img/kosik/obrazek/cross.png">
|
|
</button> </label></h4>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<div class="row" id="col">
|
|
<div class="col-sm-4">
|
|
<img src="/img/kosik/obrazek/sroub2.jpg" class="obr1">
|
|
<label for="obr1">Amet</label>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<input type="text" class="text">
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<h4 class="h4">120,-<label for="h4"><button type="button" class="btn btn link"><img src="/img/kosik/obrazek/cross.png"></button></label></h4>
|
|
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<div class="row" id="col">
|
|
<div class="col-sm-8"></div>
|
|
<div class="col-sm-4">
|
|
<button type="button" class="btn btn-light" id="button1"><a href="doprava.html">Pokračovat v objednávce</a></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|