Astronomy Picture of the Day, explore the space and cosmos. Get different images of space each day. Using NASA APOD API.
- 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/Astronomy-picture-of-the-day.git
- Press Enter to create the clone of this repositary.
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tourney:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
div{
font-family: 'Noto Sans TC', sans-serif;
}
div{
font-family: 'Tourney', cursive;
}
div{
font-family: 'Quicksand', sans-serif;
}
Contributions are welcome! see Contribution's Guide
Be nice. See our code of conduct