I have a loading and it is in <div>
. It turns out that it always fires left and I would like it to be in the center of the page, but since it is in <div>
, I thought that could be it.
<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>