erynjones / dsn1675-saas-website

0 stars 0 forks source link

Sign-Up Sheet and Bottom #4

Open erynjones opened 8 years ago

erynjones commented 8 years ago

I am having troubles making my sign up button positioned in the middle on the opening billboards. It doesn't seem like the text align centre isn't working and i can't seem to put any space on the bottom of the button. As well are you able to put your sign up sheet into grids?

@thomasjbradley

thomasjbradley commented 8 years ago

Re: Button

I'd change the HTML a little bit: instead of a <p> tag, which can't actually be a button, it should be an <a> tag so it can link to the other page.

Then put that <a> tag in a <div> and add text-align: center to the <div>.


Re: sign up form

Yeah, totally put it into a grid if you need to!