Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/1-trial-session/12-css/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ウェブサイトの見た目を整える
title: CSS
---

import Answer from "@site/src/components/Answer";
Expand Down
2 changes: 1 addition & 1 deletion docs/2-browser-apps/05-css-arrangement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ HTML の要素はすべて、一定の高さと幅を持った四角形だと考

の 4 重構造になっています。

[「ウェブサイトの見た目を整える」ページの課題](https://learn.utcode.net/docs/trial-session/css/#%E8%AA%B2%E9%A1%8C-%E6%99%82%E9%96%93%E3%81%8C%E4%BD%99%E3%81%A3%E3%81%9F%E5%A0%B4%E5%90%88)を例に構造を見てみましょう(構造がわかりやすいよう、`border` を `10px` に変更しています)。
[「CSS」のページの課題](https://learn.utcode.net/docs/trial-session/css/#%E8%AA%B2%E9%A1%8C-%E6%99%82%E9%96%93%E3%81%8C%E4%BD%99%E3%81%A3%E3%81%9F%E5%A0%B4%E5%90%88)を例に構造を見てみましょう(構造がわかりやすいよう、`border` を `10px` に変更しています)。

```html title=index.html
<!doctype html>
Expand Down
2 changes: 1 addition & 1 deletion docs/6-exercise/4-css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import headerScrollVideo from "./header-scroll.mp4"
import placeScrollVideo from "./place-scroll.mp4"
import Details from "@theme/Details";

この章では教材の「[ Web サイトの見た目を整える](/docs/trial-session/css)」「[CSS による配置](/docs/browser-apps/css-arrangement)」の内容を扱っています。
この章では教材の「[CSS](/docs/trial-session/css)」「[CSS による配置](/docs/browser-apps/css-arrangement)」の内容を扱っています。

---

Expand Down
2 changes: 1 addition & 1 deletion src/components/Term/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
"/docs/trial-session/if-statement/": "条件分岐",
"/docs/trial-session/functions/": "関数",
"/docs/trial-session/functions/#モジュール化": "モジュール化",
"/docs/trial-session/css/": "ウェブサイトの見た目を整える",
"/docs/trial-session/css/": "CSS",
"/docs/trial-session/object/": "オブジェクト",
"/docs/trial-session/dom/": "DOM",
"/docs/trial-session/events/": "イベント",
Expand Down