forked from tennisfar/github-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
partitura.html
45 lines (34 loc) · 807 Bytes
/
partitura.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
41
42
43
44
45
---
title: Partitura
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
</head>
<style>
body {
background-color: #55D2F2;
padding-top: 150px;
}
iframe {
width: 800px; /* It should not be 100% */
height: 500px:
}
.fin{
display: flex;
justify-content: center;
padding-top: 20px;
text-decoration: none;
font-family: "Monaco", monospace;
color: white;
}
</style>
<body>
<center><iframe style="width: 800; height: 500px; overflow: hidden;" scrolling="no" frameborder="0" src="https://editor.p5js.org/sofiasofia/embed/0aRWkLWRB"></iframe></center>
<footer>
<a class="fin" href="./index.html" target="_blank">҉</a>
</footer>
</body>
</html>