I tried my best to use em, rem but still not sure if I had done it right.
What I find difficult is in the example, it seems that the image and the contents have the same width. I tried to make it that way but I kind of just estimating it.
Questions
Is there a better way to implement the image radius?
A better website designing start with structure.
Break your elements such way they are more accessible and manageable.
What i meant is, think about above example.
Okay! your design look pretty cool but here is what can you do to improve it. Use <!DOCTYPE html> at top of your document. You can make all the design inside <main> tag. And take tow <div>. Always use <h1> tag. Here for you have used 815gb of 1000gb. For icons you have used <a> tag, images inside <a> tag is not accessible, try to use only text inside <a>.
For more accessibility and ease to make that range one thing you can do with that range illustration is
👾Hello, Frontend Mentor coding community. This is my solution for the Social Proof Section.
Someone have any clue why my design stop to wrap when arrives to width 300px? The rating and the customer card containers stop to stretch and I don't know why.
The thing hardest thing was to position the divs with the rating starts, without getting them out of the container because of the left padding that align them a 40px left. I used 80% width into those divs to make them inside the container, but I`m not sure that this was the best solution.
If you've any advice of how can I can improve my CSS/HTML structure, you're welcome!
I did some personal design improvements:
👾 Custom hover states on rating and testimonial section;
Instead of taking a <div> for top color lines, You can use border-top CSS property to reduse your code. I would recommend you to not upload unnecessary files and folders to save server space.
Please give me your valuable feedback
i want to validate email but i stuck but after some time i will update this project and correct my mistake
thanks
You don't even need Javascript or other programming language to validate your email input.
You just need to understand how browsers read and understand input fields like how browser saves information about user. I would recommend you to use this structure of HTML :
I would suggest to take <main> tag to wrap every <article> tag. Then
body {
display: grid;
place-items: center;
}
Do not give width or height to <main> Or <article> tag. Instead use accurate padding using Paint app. Every article should have class="grid-item-1" and so on. <main> tag is Grid container
Use