Skip to content

Commit

Permalink
added html file
Browse files Browse the repository at this point in the history
  • Loading branch information
D-xan committed Oct 11, 2022
1 parent 6020526 commit 64c5fb8
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions create a list with floating headings for each section.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!--License: https://bit.ly/3GjrtVF-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Using HTML, CSS create a list with floating headings for each section</title>
</head>
<body>
<strong>Preview:</strong>
<div class="container">
<div class="floating-stack">
<dl>
<dt>A</dt>
<dd>Aaban</dd>
<dd>Aabel</dd>
<dd>Aabheer</dd>
<dd>Aadam</dd>

<dt>B</dt>
<dd>Baabul</dd>
<dd>Baalaji</dd>
<dd>Baalkrishan</dd>
<dd>Baanke Bihaari</dd>

<dt>C</dt>
<dd>Caddam</dd>
<dd>Cameroon</dd>
<dd>Campbell</dd>
<dd>Cane</dd>

<dt>D</dt>
<dd>Daanesh</dd>
<dd>Dadvar</dd>
<dd>Daghan</dd>
<dd>Daivya</dd>
<dd>Daamini</dd>

<dt>E</dt>
<dd>Eadmer</dd>
<dd>Earnest</dd>
<dd>Eddward</dd>
<dd>Edmond</dd>
</dl>
</div>
</div>
</body>
</html>

0 comments on commit 64c5fb8

Please sign in to comment.