Update index.html
Browse files- index.html +9 -0
index.html
CHANGED
@@ -7,6 +7,15 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
<script>
|
11 |
toastr.options.progressBar = true;
|
12 |
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<style>
|
11 |
+
|
12 |
+
#pdfviewer {
|
13 |
+
border: 1px #333 solid;
|
14 |
+
width: 100%;
|
15 |
+
background: #eee;
|
16 |
+
}
|
17 |
+
|
18 |
+
</style>
|
19 |
<script>
|
20 |
toastr.options.progressBar = true;
|
21 |
|