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 dad1e22 commit 1e757a9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions experiments/nicole/1_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
font-size: 20px;
}

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

}

section {

Expand All @@ -25,7 +31,7 @@
margin: auto;

}
section:hover {
.square:hover {
opacity: 1;
transform: scale(1.1);
border-radius: 35px;
Expand All @@ -35,12 +41,7 @@

}

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

}


</style>

Expand Down Expand Up @@ -97,8 +98,8 @@ <h1>The box model</h1>
</figure>
</div>
<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 id="block_and_inline_boxes">
<a href="#block_and_inline_boxes">Block and inline boxes</a> <div class="square"></div>
</h2>
<div class="section-content">
<p>
Expand Down

0 comments on commit 1e757a9

Please sign in to comment.