Posts by Alexandro Willian Hervis • 21 points
2 posts
-
0
votes4
answers80
viewsA: How to align a smaller text to the top of the parent element?
You can try using Flexbox. See if it helps you. <h3 style="font-size:40px; font-color: #000;"> <span style="display: flex; align-items: flex-start"> CVS<span…
cssanswered Alexandro Willian Hervis 21 -
2
votes0
answers179
viewsQ: Login with Firebase
I am developing a Login screen with firebase, I would like to know how to block a call from Xmlhttprequest via browser console? The login is done via ajax, when I receive the login information from…