Most voted "grid-layout" questions
6 questions
Sort by count of
-
2
votes1
answer71
viewsIn CSS what are Implicit or Explicit properties or attributes? What is the difference between an "Implicit Grid" and a "Explicit Grid"?
I’ve been hearing a lot about CSS Grid Layout https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout The Grid Layout is built from the display:grid, and I have often heard the term…
-
2
votes2
answers187
viewsCreate dynamic menu that adjusts the size of the div
Guys don’t know about css and would like to know how to create a menu that can have up to 5 options, so when I want to have only 4 options or 3 the menu width remains the same but div with the…
-
1
votes1
answer5564
viewsCSS Grid Layout - How to horizontally center all elements across all the Grid Lines of a Sub-Grid?
I am working on a college project and we are using Grid Layout to design an e-commerce for animals. A doubt arose during the creation process regarding the centralization of the content of grids in…
-
1
votes1
answer492
viewsCSS Grid Layout - Browser compatibility
Regarding Web development, I have studied CSS grid layout using mainly videos. Some are a little older and instruct not to use this specification in production as the site will break. My question…
-
0
votes0
answers61
viewsIs there anything like command priority in jquery?
I am creating a page, and on this page there is a side menu, and on top of the side bar there is a menu icon, which when clicked makes the bar appear and disappear, to disappear I am using "display…
-
0
votes1
answer310
viewsTkinter - Manipulation of buttons using PYTHON GRID
Good evening, I’m having difficulty with the module Tkinter in python, I’m creating an email generator and I need to position some buttons on the screen but the use of columns do not allow me to…