Is there a way to position an HTML element evenly between two others without using JavaScript? Example: Visit My Website
I am trying to get my Doge picture <div>
to fit perfectly in the space between my fixed-width Twitter widget and <ul>
. The <ul>
has a fixed width while the .news
is a percentage of the screen width. How can I achieve this alignment without resorting to JavaScript?