-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* changed colors when toggle: light and dark mode * displays menu when click menu icon * added all links to menu * change menu icon color when toggle mode * added moire links to menu * open and close menu working * close menu icon changes color when toggle mode * menu-display flex instead of block * backdrop filter * styled header * added img * i dont know why there are 2 toggle buttons, i did display none in the second one * styling * styled toggle mode buton * styled menu * styles * styling * styled lyrics page * styled you might also like * styled different pages * styled more pages * styled photo gallery (toggle mode doesnt owrk * styled rate sogn page * changed ratings title page * toggle mode works in all pages * menu appear and desappear smoothly * go back arrow moves smootly * fixed small bug in style * more styling * shows range input for rating * mobile design * snow effect * picture effect * pic effect in lyrics page * remove pic effect from mobile version * styled each lyrics page * more styling * styling mobile version * changed color xmas countdown * styled youtube video lyrics * almost done with styling, need to center things better * hover effect for buttons * styling header icon * added switch input styling to css file * added role=switch to toggle mode button
- Loading branch information
Showing
27 changed files
with
4,055 additions
and
834 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
html, | ||
body { | ||
background: url(/images/linktree-bg.png) no-repeat center center fixed; | ||
-webkit-background-size: cover; | ||
-moz-background-size: cover; | ||
-o-background-size: cover; | ||
background-size: cover; | ||
} | ||
#official-btn { | ||
color: white; | ||
} | ||
|
||
@media screen and (max-width: 763px){ | ||
.h1 { | ||
font-size: 20px; | ||
} | ||
|
||
} |
Oops, something went wrong.