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


    This was my first big page. It was hard for me to arrange the elements on the page. I was able to use flexbox properties for this. This is the first time I've created a hamburger menu. When you click the menu, it appears or disappears. Please give me feedback on what I can do better :)

  • Submitted


    I got stuck for a long time with svg styling. I haven't learned about svg yet. I had a problem with setting the SVG to the text in the button. SVG and text also had to be responsive to screen size. At the current level of knowledge, I used the display: inline-block property to align the SVG with the text. To do this, I enclosed the text with a span tag. I was able to position the SVG on the left side away from the text. Using the vertical-aligne property, I positioned the text in the center of the SCG.This was the most difficult for me in this exercise.

  • Submitted

    QR-CODE

    • HTML
    • CSS

    3


    Knowing only the basics of css and htm, it was hard for me to center the element vertically on the page. I did this with position absolute, subtracting half the width and height of the element in the margin. This was the most difficult for me. In further study, I think it will be easier for me to get centering with flex.