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
6 changes: 6 additions & 0 deletions contributor.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Enter your details ->

read the [read](https://github.com/Arkapro1/fileDownloaderWebProject) for this :)

# Name-> Abir Kumar Nandi

[Linkdin](https://www.linkedin.com/in/abir-nandi-512583221/)

[Github](https://github.com/Abir-07)
Binary file added image/Snapchat-82079086.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ body{
align-items: center;
justify-content: center;
min-height: 100vh;
background: rgb(99, 112, 235);
background: RGB(
187, 51, 255);
}
.wrapper{
width: 550px;
height: 250px;
background: white;
background: pink;
border-radius: 30px;
padding: 10px 25px 25px;
box-shadow: 4px 4px 35px 2px;
Expand Down Expand Up @@ -43,7 +44,7 @@ form button{
height: 35px;
outline: none;
border: 1px;
color: rgb(0, 0, 0);
color: pink;
font-size: medium;
background-color: rgb(133, 250, 217);
border-radius: 8px;
Expand All @@ -55,4 +56,4 @@ form input:valid ~ button{
background-color:rgb(250, 231, 104);
pointer-events: auto;

}
}