Ivandro Neto
@ivandro-netoAll comments
- @krishnatalekarSubmitted 8 months ago@ivandro-netoPosted 8 months ago
Hey! I appreciate your solution, but I suggest instead of using rem units for your main-container height property use "dvh" units to make your layout most responsive for any screen.
Have a happy code!👋🏿
Marked as helpful1 - @ZenosakiSubmitted 9 months ago
i faced many difficulties i m sad a little but no probleme: 1)i didnt know what to do for the tick list and their content i tried everything but the flex bow and the aligne didnt work
-
again i tried to mesure the size of the fonts but no solution i keep getting a different font size from the original
-
in the success box i didnt know how to put a gap or a spacing between the lignes in the paragraph
-
this is the main difficulty : i tried the media query but i didnt know what to do i keep getting a random designe i dont know why and how to change the photo from the desktop one to the mobile one and again it didnt work i tried undesplaying one and keeping the other but no unluckly
=>just some last word i loved this challenge even if i didnt made it as it should be i did this challnge for 2 days i m happy with it but i need help i really need help and how to use media queries correctly
@ivandro-netoPosted 9 months agoHi! I just noticed that you hadn't finished the responsive part of your solution, then there some tips to improve it:
- Adjust the font size of each text tag;
- Change the ".container" width to 100% on mobile layout, and change the flex-direction to "column";
Have a happy coding!❤️
Marked as helpful0 -
- @14thommiSubmitted over 1 year ago@ivandro-netoPosted over 1 year ago
Hi there, 👋 Your solution looks great, but instead use
<section>...</section>
as a main container, HTML has a specific tag for this called<main>...</main>
. You must change this one for accessibility best practice.Have a happy code.❤️
1 - @ivandro-netoSubmitted over 2 years ago@ivandro-netoPosted over 2 years ago
Hi, I would like to recieve your opinion and tips to improve my code.
0