https://i.sstatic.net/bXOMb.pngHello, I am currently working on integrating social media sign up functionality into my Oracle Apex login page. To achieve this, I am utilizing JavaScript APIs for various social media applications. However, I'm facing an issue with the design of the buttons as they are not appearing in a visually appealing manner. My goal is to have all the buttons aligned in the same row and of equal width and height.
You can track my progress below
<div class="g-signin2" onclick="gmailLogin()" data-onsuccess="onSignIn" data-width="200" data-height="30" data-longtitle="false"></div>
</br>
<div id="fb-root" ></div>
<script async defer crossorigin="anonymous" src="my link></script><div class="fb-login-button fb_iframe_widget" data-width="" onlogin="facebookLogin()" data-size="medium" data-button-type="continue_with" data-auto-logout-link="false" data-use-continue-as="false"></div>