Skip to content

Conversation

xsoder
Copy link

@xsoder xsoder commented Sep 24, 2025

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