-1

I am trying to create a website with the game minesweeper. I have already created the game itself I just need some help with styling. I feel there must be an easier way to do this.

I am trying to create three buttons on the left under each other (for easy, medium and hard) side of the page and the game next to it on the right. It should look somewhat like this:

Button       Gamefield
             Gamefield
Button       Gamefield
             Gamefield
Button       Gamefield
Rob Hruska
  • 118,520
  • 32
  • 167
  • 192
Nick Zink
  • 47
  • 1
  • 1
  • 4
  • 1
    I am unable to understand `Button Gamefield Gamefield Button Gamefield Gamefield Button Gamefield`. Also, show us what you have tried so far – Sourabh May 27 '13 at 17:25

1 Answers1

0

Wrap those 3 buttons in a div and game in another div. and give some width and float left to both the divs.

vinay kumar
  • 41
  • 1
  • 7