Skip to content

Commit b085fe9

Browse files
committed
2 parents 6fe2e45 + 8f2fbc7 commit b085fe9

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

Assets/favicon.png

-75 KB
Binary file not shown.

Assets/mainlagi.png

-27.5 KB
Binary file not shown.

Assets/menu.png

-25 KB
Binary file not shown.

Assets/mulai.png

-24.7 KB
Binary file not shown.

css/style.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ body {
22
margin: 0;
33
}
44

5-
#c {
5+
body, #c {
66
width: 100%;
77
height: 100%;
88
display: block;
9-
background: url(../img/bg.jpg) no-repeat center center ;
9+
/*background: url(../img/bg.jpg) no-repeat center center ;
1010
background-repeat: no-repeat;
1111
background-size: cover;
12-
background-position: center;
12+
background-position: center; */
13+
background: rgb(131,58,180);
14+
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
1315
}
1416

1517
#score {

views/awal.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88
<title>Ditumpuk Game</title>
99
<style>
1010
body {
11-
background-image: url("../img/bg.jpg");
11+
/* background-image: url("../img/bg.jpg");
1212
background-repeat: no-repeat;
1313
background-size: cover;
14-
background-position: center;
14+
background-position: center; */
15+
16+
background: rgb(131,58,180);
17+
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
1518
}
1619

1720
.img-container {

views/instruksi.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
<title>Ditumpuk Game</title>
99
<style>
1010
body {
11-
background-image: url("img/bg.jpg");
11+
/* background-image: url("img/bg.jpg");
1212
background-repeat: no-repeat;
1313
background-attachment: fixed;
14-
background-size: cover;
15-
}
14+
background-size: cover; */
15+
background: rgb(131,58,180);
16+
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
17+
}
1618

1719
.img-container {
1820
text-align: center;

0 commit comments

Comments
 (0)