Skip to content

Commit 1ed7727

Browse files
committed
task
1 parent 7b1e62b commit 1ed7727

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

liveserver/myFirstProject/i2.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@
2525
.dotted {
2626
border-bottom: 2px dotted rgb(255, 255, 255);
2727
}
28+
29+
.underline {
30+
text-decoration: underline;
31+
}
2832
</style>
2933
</head>
3034

3135
<body>
3236
<h1>В лесу родилась ёлочка</h1>
3337
<b><p>В <span class="dotted">лесу</span> родилась ёлочка,</b>
34-
<strong><p>В лесу она росла. </p></strong>
35-
<p class="bb">Зимой и летом стройная,</p>
38+
<strong><p>В <span class="underline">лесу</span> она росла. </p></strong>
39+
<p class="bb">Зимой и <s>летом</s> стройная,</p>
3640
<p> Зелёная была.</p>
3741

3842
<br><br>

0 commit comments

Comments
 (0)