Michael Degorre
@MDEGORREAll solutions
My solution for Ip Address Tracker
Submitted 7 months ago- I am not really satisfied with the width of the form. On the mobile design, it is the same width as the result content but desktop seems like half of it. I could not manage it. For the moment i use field-sizing but it works only for some browsers.
- When searching for IP if it is successfull, i am actually replacing the map with a new map which should not be good for performance. I tried looking on the leaflet doc but what i wanted was just moving the icon dynamically.
Age Calculator: Vanilla JS + countUp for animations
Submitted 7 months ago- i do not know if using interval in milliseconds is a good solution maybe it makes negative years values not working.
- should i use required / min / max html attributes for inputs ?
Form validation using regex
Submitted 11 months agoI have an issue with the list: the text is not properly aligned to the marker. I tried a lot of things with text-indent but still no solution.
Vanilla JS
Submitted 11 months agoI need help for the following issues please:
- the background-image
- the position of the box (because of the background-image...) Any advices are welcomed. 👍
Grid and flexbox usage
Submitted 12 months agoI am mostly dependant on the images width provided so i don't know if my solution is a good practice.