Posts by Diego Primo • 63 points
2 posts
-
3
votes0
answers259
viewsQ: Display Grid for IE11
I’m making a grid with the 7 items according to the code below: My code nav div.grade { display: grid; grid-template-columns: auto auto auto auto; margin-top: 5px; display: -ms-grid;…
-
3
votes1
answer2198
viewsQ: Calling page by HREF and pressing in IFRAME the id of another page
People, See if this situation is possible in HTML5 and CSS: I have three files: index.html html services. desc_servicos.html Note: all files inside the same folder. In the archive index.html there…