Latest solutions
Responsive Mob\Desk with Vanilla Html,Css,Js,NodeJS using API`s.
#express#fetchSubmitted over 1 year ago
Latest comments
- @ameer017Submitted over 1 year ago@GHNetCodePosted over 1 year ago
Hi Raji, Looks like you have a great start here to your Application for the age calculator. In regards to your question please feel free to dig into my challenge to see how i have worked out the Years, Months and Days. All the best, Mark
0 - @Mooonika90Submitted over 1 year ago@GHNetCodePosted over 1 year ago
@Mooonika90 Hi Monika, Well firstly you have done an amazing job and it looks great!! Just some input to consider is i do have a laptop screen size(1920x1080) and when at 100% zoom (default) the details "frame" that populates the ip address location etc is nearly centred on my screen ok which looks similar to mine. Feel free to hook up on LinkedIn if you wish to discuss further.. All the Best.. // M.
0 - @anacarolinabmvSubmitted over 1 year ago@GHNetCodePosted over 1 year ago
Hi Carolina, Looks like you have put in allot of effort and the page looks good, although one thing i have noticed though is the search field\bar is partly hidden when i zoom in at 100% but looks ok at 80%. I am not sure if it is just my screen resolution but thought i would let you know just encase. All the Best, Mark.
1 - @catherineisonlineSubmitted over 2 years ago@GHNetCodePosted almost 2 years ago
Hi Catherine, Really great page you have put together, Well done! On improving your code what you could do if you wish is get the numbers adding\subtracting on the number of a particular item and also the price. This i managed to do ok via my "mobile first" solution i put together, maybe not the best way but worth a look to get an idea if you up to it. 😁
Cheers //M.
0 - @GHNetCodeSubmitted almost 2 years ago@GHNetCodePosted almost 2 years ago
After realising that the hover effect for the button the mobile device was sticking my work around which has worked so far is to pin point exactly when the hover effect should take place by using the media query in CSS. At least the "active" state works on both ok and is not a problem when the button is actually pushed.. For example-: /for devices that support hover effect with a mouse../ @media (hover: hover) and (pointer: fine){ #Btn:hover{ ..... } } /Only for devices that do Not support hover effect like touchscreens.../ @media (hover: none) and (pointer: coarse) { #Btn{ ..... } /* For all Devices when the button is pressed... */ #Btn:active { .... }
0 - @awakesidSubmitted almost 2 years ago@GHNetCodePosted almost 2 years ago
Hi Sitto, Your layout looks really nice and clean, great stuff! On checking your solution though something you might want to consider to help improve it is checking the leap years if you have the time. It took me a while to this worked out but i did find this page helpful. https://www.calendar.best/leap-years.html All the best. Mark
0