for some reason
the width of the div is 100% and if i set it to auto, nothing changes. tried display: block; and still nothing.
display: block;
what I have in
I think you want this result:
project x This is a box This is another box .box { border: 1px solid #555; }
I just changed div to span! try to use proper HTML tags!
div
span