Skip to content

Commit

Permalink
blob z index fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
TanishqSharma2022 committed Dec 3, 2023
1 parent 2d12310 commit cc38259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ li a:hover {
padding: 10px 20px;
font-weight: 600;
font-size: 30px;
font-family: 'Inter';
font-family: "Inter";
text-align: center;
text-decoration: none;
background-color: #fae9bd; /* Blue color */
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -991,14 +991,15 @@ <h3>Sports Council Secretary</h3>
<h2>Saisab Sadhu</h2>
<h3>SDC Secretary</h3>
</div>
<div class="box senate">
<div class="box senate" style="z-index: 10">
<!-- <div class="image"> -->
<img
loading="lazy"
onclick="toggle(10)"
src="./images/avatar.png"
alt=""
class="src image"

/>
<!-- <div class="links senatelinks">
<a href=""><i class="fa-brands fa-instagram"></i></a>
Expand All @@ -1009,7 +1010,7 @@ <h3>SDC Secretary</h3>
<h2>Adithyan Cherusseri</h2>
<h3>RC Secretary</h3>
</div>
<div class="svg_2_blob" style="left: -10vh;">
<div class="svg_2_blob" style="left: -10vh; ">
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" id="blobSvg">


Expand Down

0 comments on commit cc38259

Please sign in to comment.