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 comments

  • Jason 110

    @tjdwlgns612

    Submitted

    First ever web-development project

    • What is the difference between using under HTML vs. CSS?
    • Margins vs. padding? I used all margins for this one, seemed to work fine - but if that's bad practice I would love to know

    @vinaximus

    Posted

    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 helpful

    2
  • @vinaximus

    Posted

    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
  • @catherineisonline

    Submitted

    Hello, Frontend Mentor community! This is my solution to the Testimonials grid section.

    I have read all the feedback on this project and improved my code. Due to the fact that I published this project very long ago, I am no longer updating it and changing its status to Public Archive on my Github.

    You are free to download or use the code for reference in your projects, but I no longer update it or accept any feedback.

    Thank you

    @vinaximus

    Posted

    Nice work, especially the responsive behavior.

    0
  • @vinaximus

    Posted

    Nice job. Use the max-width property to not go beyond a particular width

    0
  • @vinaximus

    Posted

    Thanks a lot, didn't know about media queries, will research

    0