From 07ef4e656019bf8df11d1051bebe3bf4be258d19 Mon Sep 17 00:00:00 2001 From: WATAHIKI Yuto Date: Sat, 24 Jan 2026 18:54:34 +0900 Subject: [PATCH] =?UTF-8?q?HTML=E5=86=85=E3=81=AE`style`=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E3=81=AE=E6=9C=AB=E5=B0=BE=E3=82=BB=E3=83=9F=E3=82=B3=E3=83=AD?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E6=9C=89=E7=84=A1=E3=82=92=E7=B5=B1=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/1-trial-session/03-css/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1-trial-session/03-css/index.mdx b/docs/1-trial-session/03-css/index.mdx index 89f3cf1ea..b8f010cea 100644 --- a/docs/1-trial-session/03-css/index.mdx +++ b/docs/1-trial-session/03-css/index.mdx @@ -12,7 +12,7 @@ title: CSS **`style`属性**は、全てのHTML要素に対して定義されている、CSSを記述するための属性です。次の例では、`div`要素の`style`属性にCSSを指定して、文字色を赤色にしています。 ```html title="index.html" -
Hello World!
+
Hello World!
```