I want to create my first web page but I encountered a problem.
I have the following code:
Check this.
.header{width:100%; } .header img{ width: 20%; //or whatever width you like to have } .header h1{ display:inline; //It will take rest of space which left by logo. }