Posts by Lidiane Alencar • 3 points
2 posts
-
0
votes5
answers511
viewsA: Problem with footer on mobile sites
In mobile resolution, using @media you can use the position Fixed. this helps you ? footer { width: 100%; height: 60px; position: fixed; bottom: 0; } or simply remove the position when mobile.…
-
0
votes1
answer203
viewsQ: Filter and sort tags using Javascript
I need to make a filter using pure Javascript. But by doing the filter and sorting by Name (a, b), for example, I can only sort the text elements out of context and not the complete block. For…
javascriptasked Lidiane Alencar 3