Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,13 @@ Steps to contribute in this repository
</td>
</tr>
<tr>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/codeX1616>
<img src=https://avatars.githubusercontent.com/u/35308117?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Pratik Joshi/>
<br />
<sub style="font-size:14px"><b>Pratik Joshi</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/vaibhav0726>
<img src=https://avatars.githubusercontent.com/u/89084390?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Vaibhav Varshney/>
Expand Down Expand Up @@ -538,15 +545,15 @@ Steps to contribute in this repository
<sub style="font-size:14px"><b>Anuj Agrawal</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/DhruviThakkar210>
<img src=https://avatars.githubusercontent.com/u/103808644?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=DhruviThakkar210/>
<br />
<sub style="font-size:14px"><b>DhruviThakkar210</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/Gaurab4>
<img src=https://avatars.githubusercontent.com/u/72376166?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=GAURAB/>
Expand Down Expand Up @@ -582,15 +589,15 @@ Steps to contribute in this repository
<sub style="font-size:14px"><b>Mohammad Palla</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/NishakarKT>
<img src=https://avatars.githubusercontent.com/u/75429229?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=NishakarKT/>
<br />
<sub style="font-size:14px"><b>NishakarKT</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/iamrahul8>
<img src=https://avatars.githubusercontent.com/u/72541381?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Rahul Kumar/>
Expand Down Expand Up @@ -626,15 +633,15 @@ Steps to contribute in this repository
<sub style="font-size:14px"><b>Skand Sharma</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/techysubham>
<img src=https://avatars.githubusercontent.com/u/61555733?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Subham Kumar Mohapatra/>
<br />
<sub style="font-size:14px"><b>Subham Kumar Mohapatra</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/tussharpaul13>
<img src=https://avatars.githubusercontent.com/u/96624900?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Tusshar Paul/>
Expand Down Expand Up @@ -663,13 +670,6 @@ Steps to contribute in this repository
<sub style="font-size:14px"><b>VirtualGhost00</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/codeX1616>
<img src=https://avatars.githubusercontent.com/u/35308117?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Pratik Joshi/>
<br />
<sub style="font-size:14px"><b>Pratik Joshi</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/Nipunkhattri>
<img src=https://avatars.githubusercontent.com/u/95367416?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Nipun khatri/>
Expand Down
36 changes: 36 additions & 0 deletions Simple CSS Animation/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
*{
background-color: white;
}

.wrapper{
display: flex;
align-items: center;
justify-content: space-evenly;
text-align: center;
min-height: 100vh;
flex-direction: row;
}

.button{
width: 400px;
height: 100px;
border: none;
color: white;
border: none;
text-align: center;
background-color: black;
border-radius: 6px;
outline: none;
justify-content: center;
transition: ease-out 0.3s;
font-size: 3rem;
box-shadow: inset 0 0 0 0 white;
padding-top: 30px;
}

.button:hover {
transition: ease-out 0.3s;
box-shadow: inset 400px 0 0 0 white;
color: black;
cursor: pointer;
}