Skip to content

Background Changing and Button Color Fix#37

Open
Mr-Emacs wants to merge 4 commits intotsoding:mainfrom
Mr-Emacs:background
Open

Background Changing and Button Color Fix#37
Mr-Emacs wants to merge 4 commits intotsoding:mainfrom
Mr-Emacs:background

Conversation

@Mr-Emacs
Copy link

I added a background changing java script function and a rounded button with gradient.
screenshot_2025-09-22_15-58-00
screenshot_2025-09-22_15-58-14
screenshot_2025-09-22_16-05-42

function randomColor() {
  const hexnum = '0123456789ABCDEF';
  let color = '#';
  for (var i = 0; i < 6; i++) {
    color += hexnum[Math.floor(Math.random() * 16)];
  }
  return color;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant