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 1e757a9 commit dd1467f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions experiments/nicole/1_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
.square {
height: 65px;
width: 65px;
border-radius: 35px;
background-color:#eae2d3;

}
Expand All @@ -26,15 +27,13 @@

opacity: .5;
padding: 20px;
transition: all 1s ease;
width: 400px;
margin: auto;

}
.square:hover {
opacity: 1;
transform: scale(1.1);
border-radius: 35px;

rotate: 180;
background: #eae2d3;
color: #1b1d1d;
padding: 30px;
Expand Down Expand Up @@ -99,7 +98,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="square"></div>
<div class="square"></div> <a href="#block_and_inline_boxes">Block and inline boxes</a>
</h2>
<div class="section-content">
<p>
Expand Down

0 comments on commit dd1467f

Please sign in to comment.