diff --git a/contributor.md b/contributor.md index 8260183..9f6b7ca 100644 --- a/contributor.md +++ b/contributor.md @@ -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) diff --git a/image/Snapchat-82079086.jpg b/image/Snapchat-82079086.jpg new file mode 100644 index 0000000..cabc195 Binary files /dev/null and b/image/Snapchat-82079086.jpg differ diff --git a/style.css b/style.css index 91f9bc0..c02b0a1 100644 --- a/style.css +++ b/style.css @@ -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; @@ -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; @@ -55,4 +56,4 @@ form input:valid ~ button{ background-color:rgb(250, 231, 104); pointer-events: auto; -} \ No newline at end of file +}