diff --git a/projects/build-a-pomodoro-app-with-html-css-js/build-a-pomodoro-app-with-html-css-js.mdx b/projects/build-a-pomodoro-app-with-html-css-js/build-a-pomodoro-app-with-html-css-js.mdx index ce53f8bc..0b011955 100644 --- a/projects/build-a-pomodoro-app-with-html-css-js/build-a-pomodoro-app-with-html-css-js.mdx +++ b/projects/build-a-pomodoro-app-with-html-css-js/build-a-pomodoro-app-with-html-css-js.mdx @@ -275,7 +275,7 @@ Let's now apply styles to the `
` elements marked with the `.semi-circle`, ` top: 0; left: 100px; transform-origin: left center; - transform: rotate(0 deg); + transform: rotate(0deg); border-top-right-radius: 100px; border-bottom-right-radius: 100px; border-left: none;