Skip to content

Commit 96742f5

Browse files
authored
Merge pull request #508 from ut-code/fix-css-title
CSSのタイトルの修正
2 parents ef5b733 + 5e1cf2d commit 96742f5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/1-trial-session/12-css/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ウェブサイトの見た目を整える
2+
title: CSS
33
---
44

55
import Answer from "@site/src/components/Answer";

docs/2-browser-apps/05-css-arrangement/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ HTML の要素はすべて、一定の高さと幅を持った四角形だと考
2828

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

31-
[ウェブサイトの見た目を整える」ページの課題](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` に変更しています)。
31+
[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` に変更しています)。
3232

3333
```html title=index.html
3434
<!doctype html>

docs/6-exercise/4-css/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import headerScrollVideo from "./header-scroll.mp4"
1010
import placeScrollVideo from "./place-scroll.mp4"
1111
import Details from "@theme/Details";
1212

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

1515
---
1616

src/components/Term/definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
"/docs/trial-session/if-statement/": "条件分岐",
1111
"/docs/trial-session/functions/": "関数",
1212
"/docs/trial-session/functions/#モジュール化": "モジュール化",
13-
"/docs/trial-session/css/": "ウェブサイトの見た目を整える",
13+
"/docs/trial-session/css/": "CSS",
1414
"/docs/trial-session/object/": "オブジェクト",
1515
"/docs/trial-session/dom/": "DOM",
1616
"/docs/trial-session/events/": "イベント",

0 commit comments

Comments
 (0)