Skip to content

Commit

Permalink
Update bcmalassez6.html
Browse files Browse the repository at this point in the history
center
  • Loading branch information
frankyates06 authored Aug 28, 2024
1 parent f133dc2 commit 51b4627
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bcmalassez6.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@
}
iframe {
width: 850px;
height: 650px; /* Height includes the hidden 50 pixels */
height: 650px; /* Keeps the full iframe height */
border: none;
position: relative;
top: -80px; /* Moves the iframe up to hide the top 50 pixels */
top: -100px; /* Moves the iframe up by 100px (80 + 20) */
margin-top: 20px; /* Moves the iframe down by 20px */
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
</style>
Expand Down

0 comments on commit 51b4627

Please sign in to comment.