#design help

20 messages ยท Page 1 of 1 (latest)

barren zealot
#

how to achieve this design

severe light
#

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 ๐Ÿ˜…

barren zealot
#

how to align these details to the name ,speed start ,time end time, Usain bolt 60km/h - - on same line

topaz stirrup
#

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

silver pewter
#

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.

slender slate
#

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.

barren zealot
#

grid worked out ๐Ÿ‘

barren zealot
#

how to make start race button text straight

frank wraith
barren zealot
frank wraith
barren zealot
#

yeah i will look in to that

barren zealot
frank wraith
barren zealot
barren zealot
#

can delete this thread now

severe light
barren zealot
#

yeah ty all i will try to make the race track later with help of AI to move those dots

#

and need to learn css grid again