Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacEagle17 committed Sep 15, 2024
1 parent 334a0fd commit 5b2ff94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1422,16 +1422,16 @@ table, th, td {
.tilted-box-container {
float: right;
position: relative;
transform: scale(0.5);
left: 20px;
top: -20px;
transform: scale(1.2);
left: 80px;
top: 50px;
}

.tilted-box {
border: 5px solid #000;
border: transparent;
border-radius: 25px;
background-color: transparent;
transform: rotate(3deg);
transform: rotate(1deg);
transition: border-color 0.3s ease;
overflow: hidden;
display: flex; /* Use flexbox to center the image */
Expand Down

0 comments on commit 5b2ff94

Please sign in to comment.