We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 342b68c + 08347de commit ddea37dCopy full SHA for ddea37d
3 files changed
docs/1-trial-session/12-css/_samples/yellow-hello-css/index.html
@@ -6,6 +6,6 @@
6
<title>Title</title>
7
</head>
8
<body>
9
- <div id="div">Hello CSS!</div>
+ <div id="greeting">Hello CSS!</div>
10
</body>
11
</html>
docs/1-trial-session/12-css/_samples/yellow-hello-css/style.css
@@ -1,4 +1,4 @@
1
-#div {
+#greeting {
2
color: yellow;
3
background-color: black;
4
}
docs/1-trial-session/12-css/index.md
@@ -176,13 +176,13 @@ CSS の<Term type="cssProperty">プロパティ</Term>には `color` (文字色)
176
177
178
179
180
181
182
```
183
184
```css title="style.css"
185
186
187
188
0 commit comments