Skip to content

Commit

Permalink
Update XVIII : Optimization & Performance Inhancement 🏇🏼
Browse files Browse the repository at this point in the history
  • Loading branch information
MA-Abahmane committed Feb 26, 2024
1 parent 27ef508 commit 26e201c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 23 deletions.
Binary file removed VisualVault/logo.png
Binary file not shown.
Binary file removed VisualVault/logo1.png
Binary file not shown.
Binary file removed VisualVault/mmb.png
Binary file not shown.
Binary file removed VisualVault/nnn.png
Binary file not shown.
Binary file removed VisualVault/q1.png
Binary file not shown.
Binary file removed VisualVault/q2.png
Binary file not shown.
10 changes: 0 additions & 10 deletions gsap.min.js

Large diffs are not rendered by default.

23 changes: 11 additions & 12 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
:root {
/* Disable ZOOM on phone */
touch-action: pan-x pan-y; height: 100%;
/* Variables */
--music-off-logo: url(VisualVault/mmb.png);
--sound-off-logo: url(VisualVault/nnn.png);
}

body {
Expand Down Expand Up @@ -189,7 +186,7 @@ div[class^='layer'] {
font-size: 60px;
font-weight: 800;
color: transparent;
font-family: myFont, system-ui, arial;
font-family: myFont, bitter, arial;
background: linear-gradient(135deg, #feed07 0%, #fe6a50 5%, #Ed00aa, #2fe3fe 50%, #8900ff 100%);

-webkit-background-clip: text;
Expand All @@ -208,7 +205,7 @@ div[class^='layer'] {
flex-direction: column;
justify-content: center;
align-items: center;
font-family: myFont, system-ui, arial;
font-family: myFont, bitter, arial;
transition: transform 0s;
scale: 1;
}
Expand Down Expand Up @@ -263,7 +260,7 @@ div[class^='layer'] {
align-items: center;
justify-content: space-between;
color: #2d1663;
font-family: myFont, system-ui, arial;
font-family: myFont, bitter, arial;
user-select: none;
scale: 1;
}
Expand Down Expand Up @@ -298,21 +295,23 @@ div[class^='layer'] {
/* Main Menu */
.main {
position: absolute;
top: 20px;
top: -200px;
left: 0;
right: 0;
margin: auto;
padding: 0 20px;
width: 350px;
height: 50px;
background: white;
font-family: myFont, system-ui, arial;
font-family: myFont, bitter, arial;
font-size: larger;
background: white;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: space-evenly;
padding: 0 20px;
user-select: none;

transition: 1s;
z-index: 1;
}

Expand Down Expand Up @@ -344,13 +343,13 @@ div[class^='layer'] {
/* Width Scale*/
@media (max-width: 850px) {
._container .inner, .outer, .processing {
scale: .7;
scale: .8;
}
.processing {
top: 45%;
}
.alias-container {
scale: .7;
scale: .8;
}
}
@media (max-width: 390px) {
Expand Down
1 change: 0 additions & 1 deletion tailwindcss.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26e201c

Please sign in to comment.