Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    my age calculator app making sure to include result animation as the numbers count up to it's final value using js. Done rate the app in the comment section, constructive criticism are welcomed

  • Submitted


    In typography i usually set my html elem an absolute font size then i used %units on h and p elem based on this font size. this is usually not effective for mobile view as my .container is relative to the width of the screen, the font size however does not work well with this. however, using relative units for font size will cause the size to change across various devices. is there a way to make text appear the same on all mobile devices without having to use media queries to set for each mobile device width.