Skip to content

Commit a6caa74

Browse files
committed
deleted solution in index.html
1 parent 026191a commit a6caa74

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<style>
5+
/* Your code here */
6+
body {
7+
background-color: blue;
8+
}
9+
</style>
10+
</head>
11+
<body>
12+
Hello! My background should be blue!
13+
</body>
14+
</html>

exercises/01.3-Your-Second-Style/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
<head>
44
<style>
55
/* Your code here */
6-
body {
7-
background-color: blue;
8-
}
96
</style>
107
</head>
118
<body>

0 commit comments

Comments
 (0)