Skip to content

Commit 65c572a

Browse files
committed
task13
1 parent 16a356b commit 65c572a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

liveserver/myFirstProject/i3.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
border-radius: 50%;
3333
border: 15px double green;
3434
}
35+
36+
.dif {
37+
background: yellow;
38+
}
39+
40+
.dif2 {
41+
border: 15px dotted green;
42+
}
3543
</style>
3644
</head>
3745

@@ -42,6 +50,12 @@
4250

4351
</div>
4452
</div>
53+
<div class="block2 dif2">
54+
<div class="dif block ">
55+
Hello World!
56+
57+
</div>
58+
</div>
4559
</body>
4660

4761
</html>

0 commit comments

Comments
 (0)