Skip to content

Commit 057a9de

Browse files
committed
task
1 parent 4a160aa commit 057a9de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

liveserver/myFirstProject/i3.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
height: 200px;
2020
background: orange;
2121
margin: auto;
22-
margin-top: 250px;
22+
margin-top: 200px;
23+
font-size: 73px;
24+
padding: 20px;
2325
}
2426
</style>
25-
<div class="block"></div>
27+
<div class="block">Hello World!</div>
2628
</body>
2729

2830
</html>

0 commit comments

Comments
 (0)