Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear Which Hand is Minute and Hour #4

Open
amolgorithm opened this issue Jun 1, 2023 · 4 comments
Open

Unclear Which Hand is Minute and Hour #4

amolgorithm opened this issue Jun 1, 2023 · 4 comments

Comments

@amolgorithm
Copy link

It is a bit unclear which hand is the minute hand and which one is the hour, because they are exactly identical. And, as both don't move very much over a period of some seconds, one could read in two different ways. So, perhaps the code could be edited such that the hour hand is shorter than the minute hand, like a classic analog clock, so that it is clear which hand is which and there is only one way of reading the time as.

Given the seconds hand, this clock can be read in two different ways, which goes against its purpose:

Capture

@tanishkasonar22
Copy link

/* The code for changing height and color of hands in css*/

.second-hand{
background-color:red;
}

.hour-hand{
  width:35%;
  left:15%;
  
}

@Yogesh-160
Copy link

Yogesh-160 commented Sep 11, 2023

Screenshot (558)

Maybe, It's helpful for you.

Just add some CSS or use a document.getElementById and then change its colour and size.

@aneesafatima
Copy link

Is this problem solved? If not I can make the necessary changes.

@Yogesh-160
Copy link

It is solved, But if you wanna try it. Go ahead👍

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

No branches or pull requests

4 participants