The "Blue Canvas" challenge showcases a split container with contrasting colors and shapes, creating a visually balanced design with complementary elements on each side.
Below is the preview of this challenge:
This challenge credits go to CSS Battle for their innovative idea.
- Basic HTML & CSS Knowledge
- Positioning in CSS
- VS Code (You can use any other code editor)
- Web Browser
- Fork the Repository: Click on the "Fork" button at the top right corner of the repository page to create a copy in your GitHub account.
- Clone the Repository: Clone your forked repository to your local machine using
git clone https://github.com/Yashi-Singh-1/Blue-Canvas.git
- Create a New Branch: Create a new branch for your feature or bug fix using
git checkout -b <branch-name>
. - Make Changes: Make your changes or additions to the code.
- Commit Changes: Commit your changes with a clear and concise commit message using
git commit -m "Description of changes"
. - Push to GitHub: Push your changes to your forked repository using
git push origin <branch-name>
. - Create a Pull Request: Open a pull request from your branch to the main repository, providing a clear description of the changes and any relevant context.
- Review and Feedback: Engage in the review process, addressing any feedback or requested changes.