Skip to content

Commit b27e2d2

Browse files
authored
Update solution.hide.html
1 parent 22b67ce commit b27e2d2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

exercises/00.1-Inline-Styles/solution.hide.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
</head>
66

77
<body>
8-
<table style="background: green">
9-
<tr>
10-
<td>Hello</td>
11-
</tr>
12-
<tr>
13-
<td>My brother</td>
14-
</tr>
15-
</table>
8+
<h1 style="color: orangered; border: 1px solid black;">HELLO WORLD!!!</h1>
169
</body>
17-
</html>
10+
</html>

0 commit comments

Comments
 (0)