Skip to content

Commit

Permalink
Update 1_basics.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole-Bel committed Oct 24, 2024
1 parent e8afe89 commit dad1e22
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions experiments/nicole/1_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
}

.square {
height: 50px;
width: 50px;
background-color: #555;
height: 65px;
width: 65px;
background-color:#eae2d3;

}

</style>
Expand Down Expand Up @@ -95,8 +96,8 @@ <h1>The box model</h1>
</table>
</figure>
</div>
<section aria-labelledby="block_and_inline_boxes"> <div class="square"></div>
<h2 id="block_and_inline_boxes">
<section aria-labelledby="block_and_inline_boxes">
<h2 id="block_and_inline_boxes"> <div class="square"></div>
<a href="#block_and_inline_boxes">Block and inline boxes</a>
</h2>
<div class="section-content">
Expand Down

0 comments on commit dad1e22

Please sign in to comment.