Skip to content

Commit

Permalink
Commit Change
Browse files Browse the repository at this point in the history
  • Loading branch information
DHRUV-SHERE committed Aug 20, 2024
1 parent 9a31f77 commit 6c6ee9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Empty file added .hintrc
Empty file.
8 changes: 4 additions & 4 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,14 +289,14 @@ body {
.skill-card {
width: 200px;
height: 150px;
background-color: #BB86FC; /* Example color */
background-color: #BB86FC;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: transform 0.2s ease;
position: relative; /* Added for overlay */
position: relative;
box-shadow: 5px 5px;
}

Expand All @@ -307,8 +307,8 @@ body {
.skill-card h3 {
color: white;
text-shadow: 0 0 5px #BB86FC, 0 0 10px #BB86FC, 0 0 20px #BB86FC, 0 0 30px #BB86FC, 0 0 40px #BB86FC;
z-index: 1; /* Ensure text is above image */
position: relative; /* Position text */
z-index: 1;
position: relative;
}

/* Popup container */
Expand Down

0 comments on commit 6c6ee9c

Please sign in to comment.