Skip to content

Commit 29de871

Browse files
Fixed typo
1 parent e2785f9 commit 29de871

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

html/01_basics/08_block_and_inline_level_elements.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Block &amp; Inline Level Elements</title>
88
</head>
9-
<li>
9+
<body>
1010
<p>What is block & what is inline (100% width across the page)</p>
1111
<p>Block</p>
1212
<ul>
@@ -19,9 +19,7 @@
1919
quisquam non id delectus sint nam eum fugit dolor sit quia numquam
2020
cupiditate dicta totam deserunt nihil illo possimus, facilis modi!
2121
</p>
22-
<p style="border: 2px green solid">
23-
Lorem ipsum dolor
24-
</p>
22+
<p style="border: 2px green solid">Lorem ipsum dolor</p>
2523
<p>Inline</p>
2624
<ul>
2725
<li>Anchor</li>

0 commit comments

Comments
 (0)