I'm creating a card game and I want to use a grid to position the cards (div's). How can I create a grid where the rows overlap like in this image?
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
- Adding a timeout to a render function in ReactJS
I did it with floats. At least it works in all browsers.
HTML:
SCSS
Here's a Codepen: https://codepen.io/alac1984/pen/YzzmRJK?editors=1100