diff --git a/sdw/kepek/green.png b/sdw/kepek/green.png new file mode 100644 index 0000000..05f9698 Binary files /dev/null and b/sdw/kepek/green.png differ diff --git a/sdw/kepek/red.png b/sdw/kepek/red.png new file mode 100644 index 0000000..911b46b Binary files /dev/null and b/sdw/kepek/red.png differ diff --git a/sdw/sdw.css b/sdw/sdw.css index 03e55ae..d577481 100644 --- a/sdw/sdw.css +++ b/sdw/sdw.css @@ -93,6 +93,11 @@ footer{ .btn:disabled{ cursor: no-drop } + +.btn:active{ + background-color: yellow; +} + #next-btn{ margin-top: 2%; background: #151854; @@ -189,8 +194,8 @@ footer{ box-sizing: border-box; } .correct{ - background-color: greenyellow; + background: url(kepek/green.png); } .incorrect{ - background-color: red; -} + background: url(kepek/red.png); +} \ No newline at end of file