Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class3.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h3>Border</h3>
<pre><code class="css">border: 1px solid #ff0000;</code></pre>
<p>A thick dotted black top border</p>
<pre><code class="css">border-top: 4px dotted #000000;</code></pre>
<p>Two different border styles</p>
<p>Two different border styles</p>
<pre><code class="css">border-top: 1px solid #ff0000;
border-bottom: 4px dotted #000000;
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion class4.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h3>Absolute Positioning</h3>
<li>Its container block is the first element that has a position other than static.</li>
<li>If no such element is found, the container block is &lt;html&gt;.</li>
<li>Other elements act as if it's not there.</li>
<li>Determined by its offset values in the properties top, bottom, right and left.</li>
<li>Determined by its offset values in the properties top, bottom, right and left.</li>
</ul>
</section>

Expand Down