[go: up one dir, main page]

Skip to content

Commit

Permalink
horizontal list and text color
Browse files Browse the repository at this point in the history
  • Loading branch information
97arushisharma authored and cbracco committed Apr 3, 2021
1 parent a7b56de commit 5cdb76d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -32,7 +32,9 @@ <h1>HTML5 Test Page</h1>
<li>
<a href="#embedded">Embedded content</a>
<ul>

<li><a href="#embedded__images">Images</a></li>
<li><a href="#embedded__bimages">Background Images</a></li>
<li><a href="#embedded__audio">Audio</a></li>
<li><a href="#embedded__video">Video</a></li>
<li><a href="#embedded__canvas">Canvas</a></li>
Expand Down Expand Up @@ -265,6 +267,14 @@ <h3>Wrapped in a <code>&lt;figure&gt;</code> element, with a <code>&lt;figcaptio
<figcaption>Here is a caption for this image.</figcaption>
</figure>
</div>
<footer><p><a href="#top">[Top]

<article id="embedded__bimages">
<header><h2>Background Images</h2></header>
<div style="background-image:url('http://placekitten.com/420/420'); width:35%; height:50%;">

</div>

<footer><p><a href="#top">[Top]</a></p></footer>
</article>
<article id="embedded__audio">
Expand Down

0 comments on commit 5cdb76d

Please sign in to comment.