Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This project was built using these technologies.

**📱 Fully Responsive**

## Getting Started
## Getting Started Now !

Clone down this repository. You will need `node.js` and `git` installed globally on your machine.

Expand All @@ -71,6 +71,6 @@ You will find all the components used and you can edit your information accordin

### Show your support

Give a ⭐ if you like this website!
Give ⭐⭐⭐⭐⭐ if you like this website!

<a href="https://www.buymeacoffee.com/soumyajit4419" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-violet.png" alt="Buy Me A Coffee" height= "60px" width= "217px" ></a>
8 changes: 4 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
html {
--section-background-color: linear-gradient(
to bottom left,
rgba(17, 16, 16, 0.582),
rgba(12, 8, 24, 0.904)
rgba(255, 120, 150, 0.6),
rgba(255, 80, 50, 0.9)
);

--image-gradient: linear-gradient(
to bottom left,
rgba(17, 16, 16, 0.678),
rgba(12, 10, 22, 0.863)
rrgba(30, 30, 30, 0.6),
rgba(10, 10, 10, 0.95)
);

--imp-text-color: #c770f0;
Expand Down