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 comments

  • Alex 1,310

    @AlexKolykhalov

    Submitted

    1. I would like to ask about css organization. Am I doing the right thing by writing the size or font in the class. What is the best way to avoid confusion?

    2. Write any comments about my html code or css.

    @AhmedElshennawi

    Posted

    Hi Alex, That's great work!

    The body can be improved by rewriting the code body { padding: 1em; font-family: var(--ff-body); background-color: var(--clr-400); display: flex; flex-flow: column; justify-content: center; align-items: center; width: 100vw; height: 100vh; }

    0