# Steps - - simple git clone ```bash git clone git@github.com:fellow-developers/css_exercise.git ``` ```bash cd css_exercise ``` ```bash code . ``` - create your own branch ```bash git checkout -b task3 ``` - add local changes ```bash git add . ``` - commit local changes ```bash git commit -m "leave your comment" ``` - push your change to remote ```bash git push origin task3 ``` - Click the below link to create a pull request [to create a pull request you have to visit the repository page](https://github.com/fellow-developers/css_exercise) - request the @satyam-seth to review the code # Output - 
Steps -
cd css_exercisecode .git add .git commit -m "leave your comment"Click the below link to create a pull request
to create a pull request you have to visit the repository page
request the @satyam-seth to review the code
Output -