Latest comments
- @vipzas1234@satzzzzz07
Hey there, Great work on your first solution! Design looks good. There are few suggestions:
- The main card element is not centered in the screen.
Centering the Element - For Centering the element in the page you can wrap the element in a div and use flexbox more about flexbox.
-
On the mobile screen size, the buttons or not rendering properly. I can see you mentioning a
width
of95%
try to center the button by usingmargin-left
andmargin-right
to auto -
The image rendered on mobile screen is very long and you need to use a different image for mobile screen. Check the images folder for
mobile-product.png
. Also the height of the image needs to be small according to design. You can give a height in the media query for the image to change it for mobile screens.
Aside these, excellent work again and happy coding :) 👍
Marked as helpful - @vanessie2424@satzzzzz07
Hey there, Great work on your first solution! Design looks good. There are few suggestions:
- Mobile-responsive - To create mobile responsive websites you can use the help of
media-queries
checkout : css media queries
Few design suggestions (for current project)
-
Try to not use the
border-radius
property on the overall container (code div), so it matches the style. -
for the credits (Challenge by Frontend Mentor Coded by Anazodo Vanessa) you can add both of your p tags outside of the
.code
div, so that they are outside of your code div container.
Aside these, excellent work again and happy coding :) 👍
- Mobile-responsive - To create mobile responsive websites you can use the help of
- @sunieltmg@satzzzzz07
Hey there, Great work on your first solution! Design looks good. There are few suggestions:
-
Try to add your background color on the
body
instead of the section, so your background color is applied on all elements of your page. -
for width of the section instead of hardcoding values you can use percentages like
width:100%
which will make the background color flow through entire width of the screen. -
You may try
font-weight
for increasing the weight on headers.
Aside these, excellent work again and happy coding :) 👍
Marked as helpful -
- @Andrusik1@satzzzzz07
Hey there, Great work on your first solution! Design looks good. There are few suggestions:
-
Try to use the fonts mentioned in the style-guide file. You can import the fonts from google fonts. Its a simple process, choose the font and then import them into your css or html files. You can use the font style using
font-family
css property. -
On mobile-screen, the
border-radius
of the image is inconsistent. You can addborder-radius
on top left and right sides instead of existing top-left and bottom-left sides. check out forborder-radius
-
Try to match the font sizes in the design. You can always refer to the design files.
-
Also the image on the mobile-screen looks a bit messy. You can check out properties like
object-fit
check here
Aside these, excellent work again and happy coding :) 👍
Marked as helpful -
- @NoobCoder57@satzzzzz07
Hey there, Great work on your solution! Design looks good. There are few suggestions:
- The qr component is not centered in the screen. Centering the Element - For Centering the element in the page you can wrap the element in a div and use flexbox more about flexbox.
Aside these, excellent work again and happy coding :) 👍
- @Zzzackk@satzzzzz07
Hey there, Great work on your first solution! Design looks good. There are few suggestions:
-
Try to use the fonts mentioned in the style-guide file. You can import the fonts from google fonts(https://fonts.google.com/). Its a simple process, choose the font, size and then import them into your css or html files. You can use the font style using
font-family
css property. -
Centering the Element - For Centering the element in the page you can wrap the element in a div. and use flexbox more about flexbox.
Aside these, excellent work again and happy coding :) 👍
Marked as helpful -