Latest solutions
typescript/react to-do app
#typescript#tailwind-cssSubmitted 3 months agoI did not implement the dragging of elements in this version of the todolist had some difficulty but Will implement in future. but wanted to know if there are libraries that can assist in implementing that feature particularly for mobile
wines and beer eccommerce site(MERN)
#accessibility#mongodb#react-router#nodeSubmitted over 1 year ago
Latest comments
- @YousryEssam
- @ouariadam@stefanappdev
To add hover to an element use the css rule <selector>:hover{ #insert rest here }
this will add the hover effect to any element, the only exception is the <a> tag which requires you to :active and :visited css pseudo rules before the hover rule
you can check this site out: https://www.geeksforgeeks.org/css-hover-selector/ as for css measurements, check this out :https://css-tricks.com/the-lengths-of-css/
hope this helps and overall your design is great