-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsheetembed.html
More file actions
28 lines (26 loc) · 860 Bytes
/
Copy pathsheetembed.html
File metadata and controls
28 lines (26 loc) · 860 Bytes
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
<!DOCTYPE html>
<html>
<head>
<style>
body {background-color: #2a2e30;}
.crop {
overflow: hidden;
height: 540px;
width: auto;
position: relative;
}
.embed {
display: block;
width: 100%;
height: 720px;
position: absolute;
top: -120px;
}
</style>
</head>
<body>
<div class="crop">
<iframe class="embed" src="https://docs.google.com/spreadsheets/d/185O9ZpccjbQVQxx1lfby8gGjLbSoBKP89vLWr65YcvE" style="border:0px #ffffff none;" name="myplot" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="100%" width="100%" allowfullscreen></iframe>
</div>
</body>
</html>