I have made this design using my knowledge i tried my best i am facing some promblems with responsiveness of the web page inshallah i will do my best
anna
@annab6All comments
- @Muhammad-Ali-bhattiSubmitted about 3 years ago@annab6Posted about 3 years ago
Hello! Here are some things that you can improve:
- Border-radius on cards
- You are using the wrong font family for the paragraphs. It should be font-family: 'Lexend Deca', sans-serif; and font-family: 'Big Shoulders Display', cursive; for the headings
- Add text-transform: uppercase; on your headings;
- Change text color on buttons according to design
- Add more padding on buttons
- You can try to add hover effect on buttons button:hover{....} Happy Coding!
0 - @burianclSubmitted about 3 years ago@annab6Posted about 3 years ago
A great solution for this challenge! It´s totally responsive and looks identical to the design. Just a small and not important thing - text color on the .order-plan
Marked as helpful0 - @julipontiSubmitted about 3 years ago@annab6Posted about 3 years ago
Hi! Your solution looks great! The only problem - it´s not completely responsive. Layout breaks on 579px and up. You could try to add more breakpoints. Happy coding!
0 - @carlosecosmesilvaSubmitted about 3 years ago@annab6Posted about 3 years ago
Hi, nice solution! I think you are missing hover effect on questions. Also, on around 1000px and down your layout breaks. You can add more breakpoints. On mobile layout can be good idea to add scroll, as it´s impossible to see all questions when some are opened. overflow-y: auto; Happy coding!
Marked as helpful0 - @harryHerdianaSubmitted about 3 years ago
Hi all, I need your help on changing the images to colored. I've using background and url now as an image. In my local machine, the image shown. but on live pages it doesn't show. Only the background color (filter) appear.
@annab6Posted about 3 years agoHi Harry! You can read in this article how to cover the image with css: https://css-tricks.com/tinted-images-multiple-backgrounds/ You can also set up the height of the body to be able to center container vertically: body{ height:100vh; display: flex; justify-content: center; align-items: center; }
Marked as helpful1 - @R3XCran1umSubmitted about 3 years ago
Any feedback is appreciated, particularly about responsiveness. TY
@annab6Posted about 3 years agoHi! I think you could add image through css, not as an image tag in HTML. That way you could switch between desktop and mobile images for different breakpoints.
0 - @alessandro-giuzioSubmitted about 3 years ago
Hello there, please i need fedback
@annab6Posted about 3 years agoHi Alessandro, I think you need to fix font family on your <p> You could set it up on the body, and then just use Big Shoulders Display for headings. Happy Coding!
Marked as helpful1 - @prem225Submitted over 3 years ago
This is my first project in frontend mentor. Any feedback would be appreciated.
@annab6Posted over 3 years agoI think you have some things to fix:
- include google fonts
- take out border from the "change" button
- take out border and background from "cancel order"
- take out border from "proceed to payment" and center text
- add a hover effect to buttons
- and it´s not responsive at all, on 375px everything fails
0 - @Senay-Fekadu2Submitted over 3 years ago
do you think the mobile version width is too big ? I was wondering and I just went with these tell me if it is not good in respective of UI design principle if I should avoid it for the future
@annab6Posted over 3 years agoHello! I think you forgot about the hover effect on buttons see this https://developer.mozilla.org/en-US/docs/Web/CSS/:hover smth like this would be: .cta-btn: hover { color .... background-color... border... }
Marked as helpful0 - @andriimeSubmitted over 3 years ago
I really don
t understand how to make websites both for desktop and for phones. Also I had a problem with 'Change'-link: position 'absolute' makes it really strange. But it
s the best I could make@annab6Posted over 3 years agoHi! I advise you to see this video of Colt about media queries, it helped me a lot with building a responsive layout https://www.youtube.com/watch?v=na-X_SM8vg0 Happy Coding!
Marked as helpful1 - @Daywison11Submitted over 3 years ago@annab6Posted over 3 years ago
I think you forgot about hover effects on links and buttons. .btazul:hover { background-color: hsl(245, 75%, 75%); }
Marked as helpful1