Posts by William Kennedy • 119 points
3 posts
-
4
votes2
answers4909
viewsA: Limit texts by placing reticence at the end, use of Angularjs
In the first {{}} you display your service.description with the limitation of 150 characters, then you make a check, if the amount (length) of characters is greater than or equal to 150, displays…
-
2
votes1
answer1161
viewsA: align contents of a <div> in the center of the screen
The correct is text-align:center <asp:Content ID="Content3" ContentPlaceHolderID="head" runat="server"> <div id="loading" style="text-align:center"> Carregando.... <div><img…
asp.netanswered William Kennedy 119 -
2
votes1
answer57
viewsA: Tag footer at browser boundary
.panel-footer{ position: fixed; bottom: 0; }