My CSS grid challenge solution for the Scrimba Solo Project: BBC News Clone.
Click here to see the live project
Solve the CSS grid challenge presented in the BBC News Clone solo project.
The specific Scrimba course related to this Solo Project (PRO) is "BBC News Clone". It can be found at Solo Project (PRO) - BBC New Clone.
A self-guided project that requires the learner to complete the project on their own based on the instructions and project requirements given at the start.
- Responsive design for desktop and mobile views.
- HTML5
- CSS3
- Vite
- Clone the repository:
git clone https://github.com/DarrickFauvel/bbc-news-clone-solo-scrimba-250115.git
- Navigate into the project directory:
cd project-name
- Install the dependencies and run the project
npm install npm start
- Open the project in your Web browser
-
Challenge: Handling CSS grid layout.
-
Solution:
Implemented repeating grid-template-columns that used an automatic minimum and maximum width. Also included a grid within grid layout for the featured article. -
Beyond the solution:
Implemented media queries to respond to both mobile and desktop views.