+ 1
Pls how do I create a horiz. nav. bar with the webs name & logo with a right-align of the padding and the links to the left
Merged header and link in one padding, i.e website name on the right and links on the left with inline display of one padding (box)
1 Answer
+ 2
Did you mean?
nav{
text-align: right;
}
nav child_tag{
float: right;
Display: inline-block; /*optional*/
right:0px;
}
/*For child*/