Posts by Ítalo Drago • 118 points
5 posts
-
1
votes1
answer93
viewsQ: Angular 1 reading JSON cross-Domain
Guys having a small problem with angular and wanted to know if someone can help me, I was asked the following task to make a shelf from products of an external JSON (where has all the info of each…
-
1
votes1
answer189
viewsA: Best way to develop a flexbox grid?
Lennon, I started using more display:flex in css as a means to replace the float, which greatly helped the usability of the page itself. Well first let’s understand how the display flex, he is done…
-
0
votes1
answer93
viewsA: How do menus or classes appear gradually?
Sorry for the delay, well for what I saw it is only to let the elements that should not appear with display:One and by that the person goes clicking on their links will exchange the same for…
-
3
votes3
answers75
viewsA: Should I use Everywhere or just Fonts?
I agree with @Ricardo Mota on this, I think you will end up more time making calculations than actually making a good site. In my practice for height, width use percentage to facilitate calculations…
-
5
votes5
answers12368
viewsA: Centralizing menu options in bootstrap 3
I made a small change to css. What I found wrong was if your code is the same as the one you copied here is missing the first div lock. What you forgot was to centralize the main div with margin:0…