-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterface.html
40 lines (38 loc) · 1.61 KB
/
interface.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
</head>
<body>
<div class="row ml-auto mr-auto" style="width: 60vw;height:33vh;border: 1px solid gray;border-radius:10px;margin:10px">
<div class="col-md-10" style="padding:40px;border-right:1px solid gray;">
<div class="row">
Book Name:
</div>
<div class="row">
Quantitye:
</div>
<div class="row">
Description:
</div>
<div class="row">
Address:
</div>
<div class="row">
Contact-email:
</div>
</div>
<div class="col-md-2">
<img src="public/img/logo.png" width="100%" height="100%">
</div>
</div>
<div class="row ml-auto mr-auto" style="width: 60vw;height:33vh;border: 1px solid gray;border-radius:10px;margin:10px">
</div>
<div class="row ml-auto mr-auto" style="width: 60vw;height:33vh;border: 1px solid gray;border-radius:10px;margin:10px">
</div>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js" integrity="sha384-1CmrxMRARb6aLqgBO7yyAxTOQE2AKb9GfXnEo760AUcUmFx3ibVJJAzGytlQcNXd" crossorigin="anonymous"></script>
</body>
</html>