help with the border-radius and the images, how to make them like the design?
SMHN
@smhnfreelancerAll comments
- @808NVSubmitted 10 months ago@smhnfreelancerPosted 7 months ago
Congrats! The screenshot shows that there are some minor CSS changes needed. But both the code and the live website links are broken, you can fix it.
0 - @jjdavenportSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
Discovering object fit to use with the page images.
What challenges did you encounter, and how did you overcome them?When the validation fails and the error state is displayed, my moves up about one pixel and i still have not found how to fix this.
What specific areas of your project would you like help with?Feedback regarding the validation aspect and my JS in general.
@smhnfreelancerPosted 7 months agoNice work!
- The JS Working Perfectly.
- You can do the mobile view as well.
- When the email is invalid the input border also changes to the tomato color.
- Also I saw that you assign colors and other values in Javascript, a better approach is to add or remove a specific CSS class. Regards
Marked as helpful1 - @RaulTindoganSubmitted 7 months agoWhat specific areas of your project would you like help with?
It would be a big help if you give some feedback on what areas of this project that I can improve.
@smhnfreelancerPosted 7 months agoHi Congragulations on completing the task. On the mobile screen, you need to apply the gray bluish background color. regards
1 - @TaruHamalainenSubmitted over 1 year ago@smhnfreelancerPosted 7 months ago
Congrats! it's amazing, but I want to mention some points:
- set the body's background color to
background: #FAFAFA;
. - "Experience more together" and "Stay connected with..." in desktop mode are left aligned.
- "Built for modern use"
font-size
is16px
and it's all caps. - Hero images need to be slightly about
20px
out of the browser's viewport, you can simply useobject-position
for that matter
Again, your design is amazing. Regards
0 - set the body's background color to
- @mdjgithub123Submitted 8 months ago@smhnfreelancerPosted 8 months ago
Hi, I don't see any results, but a few points for making the project.
- take everything easy, there is no need to be pixel-perfect, and the code is more important.
- Use online resources like cheatsheets to understand the CSS grid.
- Use the style-guide.md file to find the fonts and also colors.
- Use KISS principle and make the project as easy as you can.
0 - @ThiagoTelheiroSubmitted 8 months agoWhat specific areas of your project would you like help with?
Dicas são bem vidas !
@smhnfreelancerPosted 8 months agoCongrats! it's amazing, but a few points to mention:
- The line-through text font is Montserrat not Fraunces with about
0.8rem
as a font-size. - For the main text
line-height:23px
is more closer to the original design. - The size of the Add to Cart button is not changing on the hover, this is flat, minimalist design.
- Also the mobile view design is not applied. Regards
1 - The line-through text font is Montserrat not Fraunces with about
- @LeticiafbmSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I am proud for knowing most of what i was supposed to use in this challenge
What challenges did you encounter, and how did you overcome them?I had a few challenges on this one, the first challenge was trying to style the markers on the lists, then how to style vertical lines and then how to make and style a table. As I was doing this challenge I was searching what I didnt know and trying to understand what i was confused about.
What specific areas of your project would you like help with?I feel like there's a lot of things i could've avoided or made differently but i honestly can't tell what is it. I searched a little about how I would do the spacing between the makers and the text on the list but I couldnt figure it out and i still haven't, also I wish I knew how to properly merge cells on the table or if i even was supposed to use a table on this challenge.
@smhnfreelancerPosted 8 months agoCongrats!
- for styling, list-style markers, you must use
li::marker
, to change the font and color. - Your layout is not responsive, you can make it responsive using
@media screen and (min-width: 375px)
, always use mobile ready first approach.
Marked as helpful0 - for styling, list-style markers, you must use
- @Divalady87Submitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of being able to do this project. I keep learning more and more and these challenges are really helping me understand how to code different things.
What challenges did you encounter, and how did you overcome them?My biggest challenge was the buttons. I know the buttons don't look like the preview, but I was having a hard time getting to look right. So to help with the buttons, I used a site: uiverse.io. It has a bunch of buttons that you can get code for. So that really helped me out.
What specific areas of your project would you like help with?I need to work on buttons, while I believe in using what you have at your disposal, I would like to be able to make buttons without the help of external websites.
@smhnfreelancerPosted 8 months agoCongrats on doing this project, but it does not comply completely with the original design.
- There is a file named
style-guide.md
in the starter folder, you can find colors, fonts, and screen sizes to make the result like the original design. - Pay attention to the KISS principle in your projects, keep them as simple as you can.
- The design is flat and minimalistic, you are not supposed to use complicated features like 3d gradients, transitions, and so on.
- Keep Up The Good Work.
0 - There is a file named
- @sonali-garadSubmitted 8 months ago@smhnfreelancerPosted 8 months ago
Congrats, your solution is good on the mobile screen size, but in desktop size, it's way bigger than it's supposed to be. you used percentages instead of
rem
orpixels
. and it's made it different from the original design.0 - @elivelton-vitorinoSubmitted 8 months ago@smhnfreelancerPosted 8 months ago
font-weight:900
is used for the title, it must be *800.Marked as helpful0 - @dblvvSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
- making body's height equals to that of the view port was time-consuming.
- reminded of the need to change the defaults of html and body margin and padding.
- view port height
- aligning main to the middle of the view port
syntax remembering technique
@smhnfreelancerPosted 8 months agofont-size: 80%;
I didn't expect that for the sub-text. it's mentioned in the style guide to put the font-size to 15px.0 - @saglamorhanSubmitted almost 2 years ago
All feedback is welcome thank you in advance.
@smhnfreelancerPosted almost 2 years agoCongrats! I don't know why, But I think you should generate a new screenshot I suppose. I tested the layout, but for some reason, your screenshot is wrong. Regards
0