From 7893f87f5849f55c5668743d6b4f526e1011b56a Mon Sep 17 00:00:00 2001 From: Abbeyme Date: Sat, 12 Oct 2019 00:57:38 +0530 Subject: [PATCH 1/2] HACKTOBERFEST --- examples/upload_file.css | 2 +- examples/upload_file.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/upload_file.css b/examples/upload_file.css index d7328da..3e251eb 100644 --- a/examples/upload_file.css +++ b/examples/upload_file.css @@ -295,4 +295,4 @@ margin-left: 70px; } .popover_headings{ font-family: 'Ubuntu Condensed'; -} \ No newline at end of file +} diff --git a/examples/upload_file.html b/examples/upload_file.html index 0a38f39..f825a5b 100644 --- a/examples/upload_file.html +++ b/examples/upload_file.html @@ -16,6 +16,12 @@ + + + + + + From 64e4c75b72349677b6a0bb0078796a01cc74a7d0 Mon Sep 17 00:00:00 2001 From: Abbeyme Date: Sat, 12 Oct 2019 01:00:48 +0530 Subject: [PATCH 2/2] HacktoberFest made small changes to all btns. :) --- examples/update-btn.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/update-btn.css diff --git a/examples/update-btn.css b/examples/update-btn.css new file mode 100644 index 0000000..b841523 --- /dev/null +++ b/examples/update-btn.css @@ -0,0 +1,15 @@ +.btn{ +/* background-color: teal;*/ +/* background-color:darkseagreen;*/ + border-radius: 30px; + border: 0; +/* box-shadow: 0.2px 3px 6px black;*/ +} +.btn:hover{ + transform: scale(0.99); +/* box-shadow: 0.2px 2px 4px black;*/ +} +.btn:active{ + transform: scale(0.95); +/* box-shadow: 0px 1px 0px red;*/ +} \ No newline at end of file