Skip to content

Commit ded5b06

Browse files
authored
1 parent 31b2898 commit ded5b06

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

learn/tasks/backgrounds/backgrounds1.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616

1717
<style class="editable">
1818
.box {
19-
19+
border: 3px solid #000;
20+
border-radius: 10px;
21+
background-image: url("balloons.jpg");
2022
}
21-
2223
h2 {
23-
24+
color: #fff;
25+
background-color: rgba(0,0,0,0.5);
26+
text-shadow: 3px 3px #000;
2427
}
2528
</style>
2629
</head>

0 commit comments

Comments
 (0)