Skip to content

Commit 71d484f

Browse files
committed
style fix
1 parent ffce6ee commit 71d484f

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,23 @@
77
<title>Whip</title>
88
<link rel="stylesheet" type="text/css" href="style/base.css">
99
<script type="text/javascript" src="js/whip.js"></script>
10-
10+
<style>
11+
body, html {
12+
margin: 0;
13+
padding: 0;
14+
width: 100%;
15+
height: 100%;
16+
}
17+
</style>
1118
</head>
1219

1320
<body>
1421
<audio id="sound">
1522
<source src="media/sound.ogg" type="audio/ogg"/>
16-
</audio>
17-
18-
<img src="media/indi.jpg" alt="whip" id="button" >
19-
23+
</audio>
24+
<div style="margin: 0 auto; width: 320px;">
25+
<img src="media/indi.jpg" alt="whip" id="button" height="420px" width="320">
26+
</div>
2027
</body>
2128

2229
</html>

0 commit comments

Comments
 (0)