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

  • @Codelearner123456

    Submitted

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

    of making the project and I would make it better than it is already.

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

    Getting it to work. I got help from a solution.

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

    Css.

  • JonKnitt1205โ€ข 20

    @JonKnitt1205

    Submitted

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

    • I am proud that I started, I told my self that I would practice some web skills and I did

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

    • I had to set up my environment on a new machine and get familiar with HTML and CSS again

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

    • efficiency, I sometimes feel like I am just slapping CSS together in a way that does work, but could be better
    Osei-Bonsu Isaacโ€ข 50

    @io-oseinana

    Posted

    Hello @JonKnitt1205, congratulations on completing this project, let's make some changes that may be helpful ๐Ÿ˜Š

    Suggestion:

    • It's recommended ๐Ÿ‘๏ธ to put CSS into its own file which may help in the following:
    1. Cleaner Code Structure ๐Ÿงน: Keeping HTML and CSS separate makes each file easier to read and maintain.
    2. Reusability ๐Ÿ‘จโ€๐Ÿ’ป: By separating CSS into its own file, you can easily reuse styles across multiple HTML files.
    3. Scalability ๐Ÿ“ˆ: Separating CSS allows you to manage styles more efficiently. You can easily add, remove, or modify styles without directly affecting the HTML structure.
    4. Faster Loading Times ๐Ÿš€: When CSS is externalized into a separate file, the browser can cache it, improving loading times for subsequent page views.
    • Also consider using CSS reset in your future projects
    0