Skip to content

Commit

Permalink
correct CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov committed Nov 23, 2022
1 parent a9db7a7 commit e57d749
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/css-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,13 @@ p {

#### Q32. CSS transform properties are used to change the shape and position of the selected objects. The transform-origin property specifies the location of the element's transformation origin. By default, what is the location of the origin?

- [x] the top left corner of the element
- [ ] the center of the element
- [ ] the top left corner of the element
- [x] the center of the element
- [ ] the top right corner of the element
- [ ] the bottom left of the element

[Reference](https://www.w3schools.com/cssref/css3_pr_transform-origin.php)

#### Q33. Which of the following is not a valid color value? (_Alternative:_ Which choice is not a valid color value?)

- [ ] `color: #000`
Expand Down

0 comments on commit e57d749

Please sign in to comment.