File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
2-browser-apps/05-css-arrangement Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import headerScrollVideo from "./header-scroll.mp4"
1010import placeScrollVideo from "./place-scroll.mp4"
1111import 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
You can’t perform that action at this time.
0 commit comments