Skip to content

Commit ca2405a

Browse files
committed
project added in index.md
1 parent 1041fe6 commit ca2405a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@
127127
I've used the concept of *Async functions* and *react hook usestate* also worked with *APIs*.
128128
| [Magic-Color-Changer](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Magic-Color-Changer)| This is a pure javascript project.
129129
|[Fetch API using react app](https://github.com/abhishektyagi2912/Web-dev-mini-projects/tree/main/Fetch%20API%20%20using%20react%20app)| That we add get user button to API calls to get user data and have a loader while API fetch the data .
130-
130+
|[My Online Meal](https://github.com/abhishektyagi2912/Web-dev-mini-projects/tree/main/My-Online-Meal)| It is a simple and responsive website.
131131

My-Online-Meal/main.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ padding:0;
2323
opacity:0.4;
2424
}
2525
#logo{
26-
margin:0px 15px;
26+
margin-top:0px;
27+
margin-bottom:0px;
28+
margin-left:15px;
29+
margin-right:15px;
2730
}
2831
#logo img{
2932
margin:5px 10px;
@@ -66,7 +69,6 @@ background-color:white;
6669
width:100%;
6770
z-index:-1;
6871
opacity:0.8;
69-
height:480px;
7072

7173
}
7274
#home h1{
@@ -82,7 +84,7 @@ font-size:50px;
8284
padding:4px 16px;
8385
border:1px solid white;
8486
color:white;
85-
margin:17px 17px;
87+
margin:17px;
8688
border-radius:8px;
8789
font-size:1.5rem;
8890
background-color:rgb(146, 50, 50);

0 commit comments

Comments
 (0)