Skip to content

Commit

Permalink
Update sample-paper.html
Browse files Browse the repository at this point in the history
Signed-off-by: studybyrj <131600495+studybyrj@users.noreply.github.com>
  • Loading branch information
studybyrj authored Dec 13, 2023
1 parent 766088c commit 7b13dcc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion class-10/sample-paper.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@
<li class="button"><a href="sample-paper/english.html"><button>English</button></a></li>
<li class="button"><a href="sample-paper/hindi.html"><button>Hindi</button></a></li>
<li class="button"><a href="sample-paper/social-science.html"><button>Social-science</button></a></li></ul></centre>
<li class="button"> <div class="button-container">
<a href="sample-paper/it.html"><button class="button">IT</button>
<div class="overlay"><img src="https://studybyrj.github.io/learn/new.png" height="30"></div>
</div></a>
</li>
</div>
</body>
</html>
</html>
<style>

.overlay {
position: absolute;
top: 750px;
left: 76px;
width: 100px;
display: inline-flex;
justify-content: right;
align-items: right;
z-index: 1; /* Ensure the overlay is below the button */
}
</style>

0 comments on commit 7b13dcc

Please sign in to comment.