Telegram: https://t.me/skandar_dev
YouTube: https://www.youtube.com/@SkandarDev
GitHub: https://github.com/Skandar
and Sara Soueidan's blog (I borrowed this idea from her) www.sarasoueidan.com/blog/accessi...
Also you can read more in this MDN article developer.mozilla.org/en-US/docs/W...
and Sara Soueidan's blog (I borrowed this idea from her) www.sarasoueidan.com/blog/accessi...
Also you can read more in this MDN article developer.mozilla.org/en-US/docs/W...
If we want to specify "grid-column" and "grid-row" at the same time we can use shorthand "grid-area".
If we want to specify "grid-column" and "grid-row" at the same time we can use shorthand "grid-area".
We can create invisible lines and give them names using [some-name] syntax. After that, we can use those named lines for specifying which columns/rows element should fill.
We can create invisible lines and give them names using [some-name] syntax. After that, we can use those named lines for specifying which columns/rows element should fill.
More complex example you can see in this PR: github.com/Skandar/skan...
More complex example you can see in this PR: github.com/Skandar/skan...