+ 1
What can i do to make this money counter better
i made this code as a hobby and i need to know what i can do to make it better by either adding on to it or modifying what i already have https://code.sololearn.com/WKbfjH4PkDV1/?ref=app
5 Antworten
+ 2
Hi Brennan
have a look at CSS grids. You can put each of your tables into a grid row and have them automatically re-allign for mobile. That way you start to learn Responsive web sites. Great start by the way.
+ 1
thank you Mike Choy after you showed me this i did a little research on it and realized i dont have to use tables to define my layout which will make things much easier now i have some editing to do 😊
0
unfortunately i cant seem to get the code to work i have looked from website to website gonna check w3schools as i can get on it now it had an error code:DNS_PROBE_FINISHED_NXDOMAIN hours ago and........... ive done what i needed still no effect i could have an outdated internet explorer but i think im gonna just combine all three tables into one along with adding 100$ bill 1$ coin and a couple more
0
have
internet explorer 11
version: 11.0.9600.17633
update Version: 11.0.16 (KB3021952)
0
Hi Brennan
IE11 should support CSS Grid for older browsers there is a polyfill
https://www.sitepoint.com/introduction-css-grid-layout-module/
Polyfill is here
https://github.com/FremyCompany/css-grid-polyfill