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 5c18d63 commit 8239bd2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion experiments/nicole/1_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
rotate: 180deg;
}

.box:hover ~ section {
opacity: 1;
font-size: 40px;
}



</style>
Expand Down Expand Up @@ -103,7 +108,7 @@ <h1>The box model</h1>
</div>
<section aria-labelledby="block_and_inline_boxes">
<h2 id="block_and_inline_boxes">
<a href="#block_and_inline_boxes">Block and inline boxes</a> <div class="box"></div>
<a href="#block_and_inline_boxes">Block and inline boxes</a> <div class="box" style=display: inline-block></div>
</h2>
<div class="section-content">
<p>
Expand Down

0 comments on commit 8239bd2

Please sign in to comment.