- index.html
- style.css
HTML
<!DOCTYPE html>
lang="en"
CSS
label {
position: relative;
You’ve gone to a different page
GoalsCompleted 0 out of 3
- For the activate state of the slider, assign the
translateX(32px)
movement transform, - and also set a background and border color of
#0f9d58
. - And then in the
label::after
rule, assign a transition for all200ms
duration properties with anease-in
form.
Click the toggle switches to test the result.
- Select the correct answer to the quiz question, and press the round button to check your answer.
Comments