diff --git a/README.md b/README.md index 25ac3f2..2077fc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ## Mythology Of React Js

This repository is actually a reactjs tutorial repository. Each warehouse is named after a mythical god.

-

+ +## Give a Star! :star: + +If you like or are using this project to learn or start your solution, please give it a star. Thanks! 1. Hera
Hera is a birthday reminder application. Refers to the input level to ReactJs. diff --git a/eros/public/_favicon.ico b/eros/public/_favicon.ico new file mode 100644 index 0000000..a11777c Binary files /dev/null and b/eros/public/_favicon.ico differ diff --git a/eros/public/favicon.ico b/eros/public/favicon.ico index a11777c..df1b2d7 100644 Binary files a/eros/public/favicon.ico and b/eros/public/favicon.ico differ diff --git a/eros/public/favicon.ico.sketch b/eros/public/favicon.ico.sketch new file mode 100644 index 0000000..bbd178f Binary files /dev/null and b/eros/public/favicon.ico.sketch differ diff --git a/eros/src/components/AddContact.js b/eros/src/components/AddContact.js index b1b0f71..ed21e32 100644 --- a/eros/src/components/AddContact.js +++ b/eros/src/components/AddContact.js @@ -33,7 +33,7 @@ function AddContact({ onAdd }) {
diff --git a/eros/src/index.css b/eros/src/index.css index abe6631..4cc4be0 100644 --- a/eros/src/index.css +++ b/eros/src/index.css @@ -53,7 +53,9 @@ body { .btn:focus { outline: none; } - +.form-control:focus{ + outline: none; +} .btn:active { transform: scale(0.98); } @@ -61,6 +63,7 @@ body { .btn-block { display: block; width: 100%; + outline: none; } .contact { @@ -108,4 +111,5 @@ body { border-radius: 5px; padding: 3px 7px; font-size: 17px; + outline: none; }