Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

css grid

  1. H

    Grid item with aspect-ratio

    Hello there! The problem I want to solve is in this codepen: https://codepen.io/hebrerillo/pen/rNbLXaR As you can see, the second grid item overlaps the first item, even though the first item has a specific width and height. Why?? Thank you so much!
  2. N

    JavaScript Grid module conflict with top (sidebar) menu. how to fix?

    Hello friends I hope you are all well. I need a little help from you if you are familiar with CSS, PhP or Javascript. I needed a grid display component for my site, and after searching I found a suitable one and installed it. Now the problem is that after activating the module related to this...
  3. H

    HTML & CSS Can't center a grid item with a max-width

    Hello there! I want to center a grid item that has a max-width but the item is not centered. Here is a code example: <!DOCTYPE html> <html> <head> <style> .container { display: grid; grid-template-columns: 1fr; height...
  4. prgti_free_coder

    animation using html and css

    Hey, I don't know if this is a platform to promote my youtube channel or not.. I'm new to this forum.. and here to inform you about my new youtube channel 'PRGTI free coder' animations by using html, css and js. if you are beginner in coding world and want to make animations then don't forget...
  5. 220061

    CSS grid to put all my divs next to each other?

    Hello I'm tring to put all my divs next to eachother currently my page looks like this there are a lot of these t=divs and I want to put them next to each other so I thought of using grid but that makes them like this: I'm not that good with grid so how should I be able to fix this. I have...
  6. N

    CSS CSS grid with same height columns

    Hi, I have these 3 columns, and it was built using a grid. How do I make the grey background the same height for all columns? Ideally not changing this html structure and using css only. The height can't be fixed, of course. I tried making the div "content" 100% height but doesn't work...
Back
Top Bottom