Merged
Conversation
Deploying utcode-learn with
|
| Latest commit: |
298f899
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2fbf41cf.utcode-learn.pages.dev |
| Branch Preview URL: | https://fix-css-exercise.utcode-learn.pages.dev |
chvmvd
commented
Mar 7, 2026
| } | ||
| ``` | ||
|
|
||
| <ViewSource url={import.meta.url} path="_samples/yellow-hello-css" /> |
Contributor
Author
There was a problem hiding this comment.
ViewSourceの位置が間違っていたため、修正しました。
There was a problem hiding this comment.
Pull request overview
「CSS」章の演習問題1について、問題文の指示を明確化し、解答例をCodeSandbox(_samples/yellow-hello-css)の内容と一致させるための修正です。
Changes:
- 演習問題1の問題文を「文字色=黄色・背景色=黒」と明示する形に修正
- 解答例をインラインスタイルから、
id+ 外部CSS(style.css)による実装へ変更(サンプルと整合)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Yokomi422
approved these changes
Mar 7, 2026
chelproc
approved these changes
Mar 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
解答例とCodeSandboxでの解答が食い違っていたため修正しました。合わせて、問題文も修正しました。