Skip to content

Commit e4bbfe5

Browse files
committed
cssの演習問題3がなくなったことへの対応
1 parent 1b168b7 commit e4bbfe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/1-trial-session/03-css/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ title: CSS
44

55
import yellowHelloCssHtml from "./_samples/yellow-hello-css/index.html?raw";
66
import yellowHelloCssCss from "./_samples/yellow-hello-css/style.css?raw";
7-
import fooHtml from "./_samples/foo/index.html?raw";
8-
import fooCss from "./_samples/foo/style.css?raw";
97

108
この節では、Web開発で用いられるもう一つの言語である、CSSについて学びます。CSSはWebサイトの「見た目」をつかさどる言語です。多くの<Term>HTML要素</Term>は、<Term>CSS</Term>を用いることで、その見た目を細かくカスタマイズすることができます。
119

@@ -153,3 +151,5 @@ HTMLファイルとCSSファイルを分けて作成する場合、`style`属性
153151

154152
1. `#foo`
155153
2. `.bar button`
154+
155+
</Answer>

0 commit comments

Comments
 (0)