Beta - CSS Grid - Use grid-column to control spacing - Add Visual Reference
See original GitHub issueChallenge Name
http://localhost:3000/en/challenges/css-grid/use-gridcolumn-to-control-spacing
Issue Description
There isn’t an issue with the challenge itself But campers may have an issue visualizing the grid lines referred to in the challenge without a visual aid Two possibilities. Either:
- we can add an external link to an image or reference documentation
- add them to the preview
Browser Information
- Browser Name, Version:
- Operating System:
- Mobile, Desktop, or Tablet:
Your Code
Screenshot
ORIGINAL PREVIEW:
SUGGESTION 1: ADD EXTERNAL RESOURCE LINK: css-tricks
SUGGESTION 2: ADD TO PREVIEW - so something like this I guess
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:19 (19 by maintainers)
Top Results From Across the Web
Use grid-column to Control Spacing - Free Code Camp
In this CSS Grid tutorial we use grid-column to control spacing on web pages. This tutorial is part of a collection of videos...
Read more >CSS Grid - Use grid-row to Control Spacing - Free Code Camp
In this CSS Grid tutorial we use grid-row property to control spacing on a webpage. ... Your browser can't play this video.
Read more >CSS Grid Layout Module Level 2 - W3C
It provides a mechanism for authors to divide available space for layout into columns and rows using a set of predictable sizing behaviors....
Read more >grid-column - CSS: Cascading Style Sheets - MDN Web Docs
Contributes a grid span to the grid item's placement such that the corresponding edge of the grid item's grid area is n lines...
Read more >A Complete Guide to Flexbox | CSS-Tricks
The gap property explicitly controls the space between flex items. It applies that spacing only between items not on the outer edges.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ahmadabdolsaheb I would guess yes. I thought they would be easier to understand if they were separate. I’ll add them and see how much space it’s taking up - and maybe combine them if it doesn’t look good.
@QuincyLarson @moT01 the challenge seed only accepts inline html styling and writing inline animations is not possible. So i converted the styles to inline styles and removed the animation. here is what I got: https://codepen.io/abdolsa/pen/mxmYaw?editors=1000 let me know if it needs improvements or not. thanks