-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarioKart1000000.html
58 lines (43 loc) · 1.46 KB
/
marioKart1000000.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
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pedro Latas: composer, performer, creative coder</title>
<link rel="stylesheet" href="pieceStyles.css">
<link rel="icon" href="resources/favicon.ico">
</head>
<header>
<div><a class="hoverLink" href="about.html">About</a></div>
<div><a class="hoverLink" href="disambiguation.html">Works</a></div>
<div><a class="hoverLink" href="agenda.html">Agenda</a></div>
<div><a class="hoverLink" href="releases.html">Releases</a></div>
</header>
<!-- Add picture specific to the page without changing the pieceStyles.css file -->
<style>
body {
background-image: url("resources/mariokart1000000.png");
background-size: cover;
background-repeat: no-repeat;
background-position: 0% 10%;
background-attachment: fixed;
}
header {
background-color: rgba(0, 0, 0, 0.5);
}
</style>
<!-- Add picture specific to the page without changing the pieceStyles.css file -->
<main>
<div class="pieceInfo">
<div class="pieceTitle">Mario Kart 1000000 [2023]</div>
<div class="pieceFormation"><i>for up to 4 players and live-electronics</i></div>
</div>
<hr>
<div class="pieceText">
<div><p></p></div>
<div><p></p></div>
<div><p></p></div>
<div><p>This piece was premiered at the</p></div>
</div>
</main>
</html>