mdurst365 / Project2

a CRUD (create, read, update, delete) app that allows users to drag and drop fictitious players into various soccer positions and create their own fantasy soccer team - with the possibility of extending to other sports
https://project2sports.herokuapp.com/
MIT License
1 stars 1 forks source link

Make positions more visible to users + possibly alter team member design #21

Closed thelbaumann closed 3 years ago

thelbaumann commented 3 years ago

Need to create a "drag area" for the user to see that is still responsive enough on desktop. May require using position names absolutely or not. Team Member symbols could use more styling if there is time.

mdurst365 commented 3 years ago

I played around with using CSS hover to do this, but could not come up with a solution that looked good - it might be a good step in finding the right fix though.

https://developer.mozilla.org/en-US/docs/Web/CSS/:hover

thelbaumann commented 3 years ago

Left dashed circles where positions reside and added team numbers to players on the field!

mdurst365 commented 3 years ago

looks great!