tampilan halaman homescreen
This commit is contained in:
parent
19cdafd808
commit
6a4e0e3b09
47
home.html
Normal file
47
home.html
Normal file
@ -0,0 +1,47 @@
|
||||
<html>
|
||||
<style>
|
||||
body {
|
||||
background-image: url();
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin-top: 10%;
|
||||
font-size: 85px;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 5px;
|
||||
border: 2px solid; /* Nanti dihapus */
|
||||
border-radius: 7pt; /* Nanti dihapus */
|
||||
width: 70%;
|
||||
justify-self: center;
|
||||
background-image: url();
|
||||
|
||||
}
|
||||
|
||||
#button {
|
||||
font-size: 35px;
|
||||
margin-top: 5%;
|
||||
width: 50%;
|
||||
margin-bottom: 5%;
|
||||
border: 1px solid;
|
||||
border-radius: 3pt;
|
||||
padding: 2px;
|
||||
justify-self: center;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<h1>EAT THAT APPLE</h1>
|
||||
<div class="container">
|
||||
<div id="button">Play Game</div>
|
||||
<div id="button">Leaderboard</div>
|
||||
<div id="button">Quit</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script>
|
||||
|
||||
</script>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user