Showing my first website

Hello All,

I am a newbie and I would like fair impressions on my website:

The website is in French so I would mostly like impressions on the structure, colors…

Thank you all, for your feedback.

For a newbie it’s not bad, I like it!
Here is a tip; to remove that make the margin of the html to 0 to remove the white margin around the whole template.

so if this is your css:

html, body {
height: 100%;
background-color:#e9f8ff;
}

Make it to this:

html, body {
margin: 0px;
padding: 0px;
height: 100%;
background-color:#e9f8ff;
}

Unless of course you want the margin to stay there. :smiley:
Cheers!

Thank you for your feedback Nighthawk.
However, when I do what you suggested for my css, i still have a small white margin in the header section on the right, with the navigation bar taking the whole section.
How can I fix that?

try this in the header, I don’t know your CSS, so I can’t tell what would happen if i change the element.

#header
{
position: absolute;
left: 0px;
right:0px;
}

If it causes a bug can you show me your css?

Thanks NightHawk, but I actually fixed by pushing the width to 100%.

Much appreciated.

Have you considered using a template here? Site looks good but I think it will be better with wallpaper on it or something for the background.

Overall the design is clean but one suggestion from me is that you can try to make your banner 100% width so that it will look neat :slight_smile: cheers!