Latest comments
- @tjdwlgns612Submitted about 3 years ago@vinaximusPosted about 3 years ago
Hi Jason, firstly congratulations for your first project and suprisingly you did a great job. Answers to your questions are
- Yes you can use CSS like you did in html file. This is called internal CSS. However it is always recommended to use all the CSS styles in an external file, so that you can organainse your work properly. This also optimises the loading time of your webpage. So all your qr-code, main-text and sub-text should go in your css files.
-Margins is the space outside of your box or control, while Padding is the space reserved inside. To get more idea, I did the following a) If you are on chrome or Edge, right click on any object and click inspect. b) There you'll se a tab 'computed'. Click on it and you will see the layout of the object including its dimension and padding. Click on the values to change them and see the effect.
Please mark this as helpful if your questions are answered properly :)
Marked as helpful2 - @PoonamChopade99Submitted about 3 years ago@vinaximusPosted about 3 years ago
I went through all of your code and you really did a great job. Specially, support for multiple device width by using multiple media queries
0 - @catherineisonlineSubmitted about 3 years ago
- @hassanyahya400Submitted about 3 years ago@vinaximusPosted about 3 years ago
Nice job. Use the max-width property to not go beyond a particular width
0 - @vinaximusSubmitted about 3 years ago@vinaximusPosted about 3 years ago
Thanks a lot, didn't know about media queries, will research
0