CozyLoveTributePage

https://codepen.io/Mahmoud_Abbas/pen/OJWxEbe

I need feedback for this page and if possible please give me more designs so that I can build other tribute pages and to make it as training for me

1 Like

Hi @mahmoud.abbas.fawzy !

Welcome to the forum!

I think your page looks good.

A few things.

You don’t need to include style tags here to include the google font.
If you want to include the google font you can include it in the head section of the html settings.

Also, you don’t need this head tag because you are not linking a stylesheet

        <head>
            <link rel="stylesheet" href="styles.css">
        </head>

Also, your img tags need alt attributes

 <img id="image" src="https://wallpapercave.com/wp/wp4024558.jpg">

Hope that helps!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.