If you have any crazy idea then please pull request...
@import url('https://fonts.googleapis.com/css2?family=Langar&display=swap');
body{
font-family: 'Langar', cursive;
}
const randomNum = parseInt((Math.random() * 100));
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" integrity="sha512-PgQMlq+nqFLV4ylk1gwUOgm6CtIIXkKwaIHp/PAIWHzig/lKZSEGKEysh0TCVbHJXCLN7WetD8TFecIky75ZfQ==" crossorigin="anonymous" />
<i class="fab fa-github"></i><!-- for github icon -->
<i class="fas fa-heart" title="love"></i><!-- for heat icon -->
- 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/Number-guessing-game.git
- Press Enter to create the clone of this repositary. `