Olivia Doyle 0 Posted November 27, 2019 Report Share Posted November 27, 2019 Hi all, As a complete HTML novice, I'm generally able to solve issues through trial and error, but I'm working on a landing page for our new Zoom account and for the life of me I cannot figure out how to get the the 3 buttons centred under the logo/welcome message (see attached). I've copied the code here for your reference: https://docs.google.com/document/d/1zVs9P8ikQyeZz6Lb2mDaZRFBsk8bbEd45VRDd71ib_k/edit?usp=sharing Any suggestions would be much appreciated! 😊 Best, Olivia Quote Link to post Share on other sites
Ingolme 1,019 Posted November 28, 2019 Report Share Posted November 28, 2019 The buttons are inline elements inside each "row" block, so you can center them by setting the text-align of the row to center. .row { text-align: center; } Quote Link to post Share on other sites
Olivia Doyle 0 Posted November 28, 2019 Author Report Share Posted November 28, 2019 Amazing, it's worked! Many, many thanks for your help, Ingolme Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.