Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdanderson76/bbcnewsclone
My project from Scrimba (BBC News Clone)
https://github.com/cdanderson76/bbcnewsclone
css-grid html-css
Last synced: about 1 month ago
JSON representation
My project from Scrimba (BBC News Clone)
- Host: GitHub
- URL: https://github.com/cdanderson76/bbcnewsclone
- Owner: cdanderson76
- Created: 2024-02-23T08:17:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T08:37:04.000Z (10 months ago)
- Last Synced: 2024-02-23T09:31:08.406Z (10 months ago)
- Topics: css-grid, html-css
- Language: HTML
- Homepage: https://cdanderson76.github.io/bbcNewsClone/
- Size: 5.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![image](https://github.com/cdanderson76/bbcNewsClone/assets/138369806/bf8a2114-70cd-4387-90f1-89cf7d581e1b)
This was my first project utilizing CSS Grid. I think that practicing the fundamentals was fairly straight forward...that is, until I got to the point to where I had to actually put this layout together. The illustrations really made me lose focus on how the grid actually worked, but once I remembered the concepts of 'grid-template-columns', 'grid-template-rows', 'grid-columns', and so forth, I had began to put it all in place. This is a very simple layout obviously, but I look forward to completing more projects leveraging CSS Grid in the future.