Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
moved css and js file  into folders
align profiles
cod formatting
  • Loading branch information
oyepriyansh committed Oct 5, 2023
1 parent f2eec33 commit 9fc20ad
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 174 deletions.
6 changes: 3 additions & 3 deletions style.css → css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ button {
display: flex;
justify-content: flex-end;
align-items: center;
padding-right: 50px;
padding-right: 40px;
}

.toggle-mode {
Expand All @@ -219,7 +219,7 @@ transition: all 250ms ease-in-out;
}

.toggle-mode::before {
content: "Dark Mode On";
content: "Dark mode";
position: absolute;
display: inline-block;
width: 12em;
Expand All @@ -232,7 +232,7 @@ transform: translatex(1.8em);
}

#input-toggle-button:checked ~ .toggle-mode::before {
content: "Light Mode On";
content: "Light mode";
}

#input-toggle-button {
Expand Down
Loading

1 comment on commit 9fc20ad

@vercel
Copy link

@vercel vercel bot commented on 9fc20ad Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dev-profiles – ./

dev-profiles-git-master-itxpp.vercel.app
dev-profiles-phi.vercel.app
dev-profiles-itxpp.vercel.app

Please sign in to comment.