Skip to content

Commit 6fc418e

Browse files
committed
_samplesのコードにプリティア!
1 parent e69c4b1 commit 6fc418e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/1-trial-session/12-css/_samples/red-hello-world/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
<body>
99
Hello <strong id="world">World</strong>!
1010
</body>
11-
</html>
11+
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#world {
22
color: red;
3-
}
3+
}

docs/1-trial-session/12-css/_samples/yellow-hello-css/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
<body>
99
<div id="div">Hello CSS!</div>
1010
</body>
11-
</html>
11+
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#div {
22
color: yellow;
33
background-color: black;
4-
}
4+
}

0 commit comments

Comments
 (0)