Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted

    flexbox

    • HTML
    • CSS

    1


    What are you most proud of, and what would you do differently next time?

    I am proud to finish and next time I will create a specific class for each h2, since so much size, space, color, etc. was repeated

    What challenges did you encounter, and how did you overcome them?

    The challenge I found was to put bold in the instructions, preparation time, in the end I couldn't do it through CSS, I did it manually through HTML and I think that is wrong, and in nutrition I couldn't put bold and that color through CSS either, In the end I left it like this since I would have to place a span in the html and give each one a color, I think it is not done that way

    What specific areas of your project would you like help with?

    I would like help on how to bold certain words in CSS and also in the table I wanted to align horizontally and I couldn't, in the end I used a justify content space around, it just didn't align as seen in the image, so I increased an empty td to each column like this so that it looks almost the same, but it is not well aligned between columns, I would like to know how to do it

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Next time instead of using the button label I will use the a label, since I had problems when making the buttons

    What challenges did you encounter, and how did you overcome them?

    The challenge I found was the buttons, I had to change the label of the buttons to "a" labels so that it works better

    What specific areas of your project would you like help with?

    I would like to know what the difference would be between making buttons with button or the "a" tag

  • Submitted

    use flexbox

    • HTML
    • CSS

    1


    What are you most proud of, and what would you do differently next time?

    I am proud to complete the exercise, next time what I will do is always place the first container with a flex display, and also give it a margin, so the second container will have a width of 100%, doing this the margin will work for the first container , doing that took me time, another thing I will always do is start from mobile devices

    What challenges did you encounter, and how did you overcome them?

    The challenge I found was when I wanted to place the first p of a different size than the second p using p:first child and for the last p:last child, it just didn't work, I searched and couldn't find a solution, I don't know what it could be or Maybe I did it wrong, to overcome that what I did was put a classy span on it and thus be able to give a different style to each one

    What specific areas of your project would you like help with?

    I would like help with the pseudo elements, since when I wanted to use p:firs-child it didn't work nor did p last child, I don't understand why, I wanted to use that so as not to put a span on each p and give it a class, but since it didn't work I had to give span to each p

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I am proud of having solved the exercise, next time when I start I will put the css variables from the beginning

    What challenges did you encounter, and how did you overcome them?

    The challenges I found were that the texts and images went outside the size of the container, so I started to think and said if I put a flex display it will surely be solved, and that's what happened, but it kept coming out of the container. the length, although the width was already fine, so I commented on the height and it worked

    What specific areas of your project would you like help with?

    I would like help with the container part, since at the beginning I was thinking of creating a container and making the card there, but then I said I need two containers, one for the background, and the other for the card.