- index.html
- style.css
HTML
<!DOCTYPE html>
lang="en"
CSS
.paper-btn {
display: inline-block;
You’ve gone to a different page
GoalsCompleted 0 out of 2
- Set the text color to
#f1f1f1
and the shadow size to0 6px 20px 0 rgba(0, 0, 0, 0.4)
for the active state of the buttons. - And then assign a smooth transition to the
box-shadow
property that has a duration of0.3s
with the shapecubic-bezier(0.4, 0, 0.2, 1)
to both buttons.
Toggle the “True” and “False” buttons to test the result.
- Select the correct answer to the quiz question, and press the round button to check your answer.
Comments