Skip to content

Commit

Permalink
Update App.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasath2004 authored Feb 28, 2024
1 parent 6c88118 commit f8d7a4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ body{
position: fixed;
width: 100%;
}
input:focus{
outline: none;
}
h1{
flex: 3;
text-align: center;
Expand Down Expand Up @@ -49,4 +52,4 @@ animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both;

[transition-style="in:wipe:bottom-right"] {
animation: 2.5s cubic-bezier(.25, 1, .30, 1) wipe-in-bottom-right both;
}
}

0 comments on commit f8d7a4f

Please sign in to comment.