Positioning a button with CSS
问题 I have the following standard markup: <body> <header><div class="wrapper">Header</div></header> <div id="create">create something</div> <div class="wrapper">Content</div> <footer><div class="wrapper">footer</div></footer> </body> and style: .wrapper { width: 920px; margin: 0 auto; padding: 0 20px; text-align: left; } The thing I am having difficulty with is positioning the "create something" button, I would like it positioned as shown below... The important points to note are that the button