#design help
20 messages ยท Page 1 of 1 (latest)
For the track, I'd use a bunch of nested rectangular div's using ::before and ::after to create the half circles.
For the runnings dots, if you have to move them with JS, that's above my skillset ๐
how to align these details to the name ,speed start ,time end time, Usain bolt 60km/h - - on same line
I guess one easy way would be to use <table> and bootstrap
But you could also use display: grid or display: flex with flex-wrap: no-wrap
I was wondering a similar thing earlier today with lining up input boxes. All I could think of was a table. I decided to skip it because it seemed like a lot of work for something really minor in my case.
I would personally use a canvas for the dots and path and move them around the canvas. Try to use d3 js for that, I think scrimba has a free course how to use it.
Regarding the second picture, just use a table or grid.
grid worked out ๐
how to make start race button text straight
Is this thread supposed to be for the design help you initially needed or for completing your task ๐
yeah but i dont know how to make that track
Like many have suggested, you can go with threeJS or use canvas to play around the dots
yeah i will look in to that
u know that how to make text normal
Did you try googling and see if you find the solution by yourself ?
yeah ill try again
can delete this thread now
before doing that, it'd be nice to say thank you to the people who took their time to help you.