I would love to know if there is a better way of writing the CSS rules in the media query for larger screens
Latest solutions
Product preview card component using CSS Flexbox
PSubmitted 4 months agoI would be grateful for a feedback. Did I use the <picture> element right?
NAV Menü using Flexbox
PSubmitted 6 months agoFor now, I don't need any specific help. I'm getting more and more familiar with HTML and CSS.
Card element using HTML and CSS
PSubmitted 7 months agoAs I mentioned, I would like to know, that is there a solution without a wrapper?
HTML, CSS, Flexbox, Media Queries
PSubmitted 7 months agoI'm not sure that I have ordered the items correctly in the CSS. I created a wrapper as a parent element and after that I created container for the QR-Code and aligned the items with help of Flexbox.
Latest comments
- @enochmwangaWhat specific areas of your project would you like help with?P@korizst
You wrote every CSS media query rule in one block at the end of the CSS. I write these rules individually under the normal CSS rules, but I'm not sure, which is the best practice.
- @DanieleErcoli243P@korizst
Hi! Here are my some of my comments about your code:
- You nested the main title of the page in a <figcaption> tag. The <figcaption> is used to give a <caption> for a <figure> element. It's not for the main title.
- Your .card element has 20px padding and after that every element has another 20px padding. So the image over the main title is wider than the other contents of the page.
- Why did you use Flexbox to organize the sections?
- In the Instructions section the numbering and the text is not in the same line.
- The layout of the table doesn't pass to the design. I hope, I could help.
Marked as helpful - @luizfbnP@korizst
Your code is good readable, as you implemented the sections main and footer. In CSS using :root to define the colors at the beginning of the code is a good idea.
- @rodrigoo-alvesWhat are you most proud of, and what would you do differently next time?
- Try to be a little bit more carefull when styling the components
- It was hard to get all the content right
- I had problems styling all the content
- Help on the styling if theres is ways to improve
P@korizstIt looks like a good solution. Just a question. You have CSS rules in two separate files (reset.css, style.css) and in HTML. Why didn't you put them in one file?
- @Maile4erP@korizst
Code not readable. Error 404