Jump to content

Recommended Posts

h1#logo {
float: left;
width: 29%;
margin-top:0.5em;
}
#header {
float: left;
width: 71%;
text-align: right;
}
#left_column, #center_column, #right_column {
float:left;
}
#left_column {
clear:left;
width:190px;
padding-right: 15px;



c'est ici ???

Link to comment
Share on other sites

Oui c'est dans :

#header { float: left; width: 71%; text-align: right;}

Tu rajoute ton image donc ça doit donner ceci:

#header { background:url(’../img/nom-de-ta-bannière’);float: left; width: 71%; text-align: right;}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...