- Open Git Bash.
- Change the current working directory to the location where you want the cloned directory.
- Type
git clone https://github.com/Sagar-Sharma-7/imbd-In_Theater.git
- Press Enter to create the clone of this repositary.
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,900&display=swap');
div{
font-family: 'Patrick Hand', cursive;
font-family: 'Nunito', sans-serif;
}