Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
christislord12 committed May 29, 2020
1 parent a30628a commit 552ec41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<a href="DeadSeaScrolls/dss.html" target="myiframe">Dead Sea Scrolls</a>
<div>
<style>
#frame { width: 1000px; height: 800px; border: 1px solid black; }
#frame { width: 1800px; height: 1000px; border: 1px solid black; }
#frame {
-ms-zoom: 0.75;
-moz-transform: scale(0.75);
-ms-zoom: 0.55;
-moz-transform: scale(0.55);
-moz-transform-origin: 0 0;
-o-transform: scale(0.75);
-o-transform: scale(0.55);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.75);
-webkit-transform: scale(0.55);
-webkit-transform-origin: 0 0;
}
</style>
Expand Down

0 comments on commit 552ec41

Please sign in to comment.