7

Shouldn't the following actually fucking work? Because right now, changing it does fucking nothing.

<div class="options">
<button>New Project</button>
<button>Load Project</button>
<button>About</button>
<button>Exit</button>
</div>

And in the relevant css file:

.options {
width: 80%;
margin: 0 auto;
}

Edit: Jesus fucking christ I'm blind. Had the css href attribute misspelled as 'hred'.

Shoot me now. Just get it over with.

Comments
Add Comment