I'm working on a small home project based on PHP and MySQL. I can do the PHP side of things - with a lot of checking the books :-) - but the HTML side, I don't know that well. OK, so I learned it back in the 90s and could do frames, forms etc. But div and class? Still to learn. :-|
Anyway, what I want to do is to have the landing page - the index.php therefore, with nothing on it but a logo (say 100px square), and below that, two fields for 'login' and 'password' and below that, a 'submit' and 'reset' button. All of it centred horizontally and vertically on the page.
I use a default css file, so is it included there, or inline?
Many thanks.