Skip to content

Commit

Permalink
readme file added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar-Sharma-7 committed Oct 18, 2022
1 parent 772b60e commit 7b7dfd4
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,28 @@
![vscode](https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=black)

<p float="left">

![html](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![css](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![js](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
![node](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)
![express](https://img.shields.io/badge/express-000000?style=for-the-badge&logo=express&logoColor=white)
<img src="https://img.shields.io/badge/Sass-CC6699?style=for-the-badge&logo=sass&logoColor=white">
<img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white" />
<img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white" />
<img src="https://img.shields.io/badge/Javascript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E" />

</p>
<hr>
<br>

## How to get ExpressJS ?
1. First make a package.json file using npm command **`$ npm init`**
2. Then type second command to get express **`$ npm i express`**
3. Now you can check your dependences in **package.json**


## Fonts used in Color Palette
## Fonts used in Gradient Palette
```css
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

.div1{
font-family: 'Merienda', cursive;
}
.div2{
font-family: 'Special Elite', cursive;
body{
font-family: 'Lora', serif;
}

```

## Cloning this repositary using command line
1. Open **Git Bash**.
1. Change the current working directory to the location where you want the cloned directory.
1. Type `git clone https://github.com/Sagar-Sharma-7/Color-Palette.git`
1. Type `git clone https://github.com/Sagar-Sharma-7/Gradients-Palette.git`
1. Press **Enter** to create the clone of this repositary.


Expand Down

0 comments on commit 7b7dfd4

Please sign in to comment.