Skip to content

jaylenstokes4/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSS Framework Integration Project

Welcome to the CSS Framework Integration Project! In this project, you will have the opportunity to showcase your CSS skills by integrating a CSS framework of your choice into the existing login component and improving its visual appearance. This project aims to test your understanding of CSS, HTML, version control (Git), and collaborative development through pull requests.

Getting Started

To get started with the project, follow the steps below:

  1. Fork this repository by clicking the "Fork" button on the top right corner of this page. This will create a copy of the repository in your GitHub account.
  2. Clone the forked repository to your local machine using the following command:
git clone <your-forked-repository-url>
  1. Create a new branch to work on your changes. You can use the following command to create a new branch:
git checkout -b <branch-name>
  1. Choose a CSS framework of your choice (e.g., Bootstrap, Bulma, Tailwind CSS) and add it to the project. You can either link to a CDN or install the framework locally.
  2. Open the framework.html file and apply the CSS framework classes and styles to the existing login component. Your goal is to match or improve the visual appearance of the login component using the selected CSS framework.
  3. Make regular commits as you make progress on your styling changes. It's a good practice to commit small changes with descriptive commit messages.
  4. Once you are satisfied with your login page design, push your branch to your forked repository:
git push origin <branch-name>
  1. Open a pull request from your branch to the original repository. Provide a descriptive title and a clear description of the changes you made.

Resources

Here are some resources to help you get started with CSS frameworks:

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published