Skip to content

Commit

Permalink
Merge pull request #11 from NisanurBulut/dev_eros
Browse files Browse the repository at this point in the history
Dev eros
  • Loading branch information
NisanurBulut authored Feb 19, 2021
2 parents 3c288c0 + 2ec851f commit 789cca1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Mythology Of React Js
<p>This repository is actually a reactjs tutorial repository. Each warehouse is named after a mythical god.</p>
<br><hr>

## 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. <b> Hera </b> </br>
Hera is a birthday reminder application. Refers to the input level to ReactJs.
Expand Down
Binary file added eros/public/_favicon.ico
Binary file not shown.
Binary file modified eros/public/favicon.ico
Binary file not shown.
Binary file added eros/public/favicon.ico.sketch
Binary file not shown.
2 changes: 1 addition & 1 deletion eros/src/components/AddContact.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function AddContact({ onAdd }) {
</div>
<div className="form-control">
<button type="submit" className="btn btn-block">
<RiUserHeartFill className="iconStyle" size={25} />
<RiUserHeartFill className="iconStyle" size={15} />
</button>
</div>
</form>
Expand Down
6 changes: 5 additions & 1 deletion eros/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,17 @@ body {
.btn:focus {
outline: none;
}

.form-control:focus{
outline: none;
}
.btn:active {
transform: scale(0.98);
}

.btn-block {
display: block;
width: 100%;
outline: none;
}

.contact {
Expand Down Expand Up @@ -108,4 +111,5 @@ body {
border-radius: 5px;
padding: 3px 7px;
font-size: 17px;
outline: none;
}

0 comments on commit 789cca1

Please sign in to comment.