2
I have a loading and he’s in a <div>
. Turns out he always shoots left and I’d like him to stay in the center of the page, but as it is in a <div>
, I thought it might be this.
<asp:Content ID="Content3" ContentPlaceHolderID="head" runat="server">
<div id="loading" style="align-content:center">
Carregando....
<div><img src="../Imagens/wait2.gif" /></div>
</div>
</asp:Content>
I will mark your reply, but I did so and it did not function, but I went outside the localhost environment and it worked, but if I run on localhost(development) it does not even bother.
– pnet
Still not working? See if this id loading has any text-align:left ! Mportant;. The only way an inline CSS won’t work is if you have some other element giving ! Important in the same property.
– William Kennedy