Skip to content

Commit

Permalink
quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
Bazsina committed May 28, 2024
1 parent 149c440 commit df87013
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Binary file added sdw/kepek/green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sdw/kepek/red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions sdw/sdw.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ footer{
.btn:disabled{
cursor: no-drop
}

.btn:active{
background-color: yellow;
}

#next-btn{
margin-top: 2%;
background: #151854;
Expand Down Expand Up @@ -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);
}

0 comments on commit df87013

Please sign in to comment.