My biggest struggle right now is trying to center a button that I created. I've attempted using both HTML and CSS techniques, including the float:center;
command in CSS and align="center"
in HTML, but nothing seems to be working. It's strange because when I followed a tutorial on Codecademy, it worked flawlessly. I'm wondering if maybe Safari doesn't support these features, although it really should.